@@ -38,7 +38,7 @@ const isUserPage = (path) => {
};
const forbiddenPages = [
- /\^|\$|\*|\+|#|%/,
+ /\^|\$|\*|\+|#|%|\?/,
/^\/-\/.*/,
/^\/_r\/.*/,
/^\/_apix?(\/.*)?/,