|
@@ -383,6 +383,7 @@ module.exports = function(crowi) {
|
|
|
/^\/_r\/.*/,
|
|
/^\/_r\/.*/,
|
|
|
/^\/user\/[^\/]+\/(bookmarks|comments|activities|pages|recent-create|recent-edit)/, // reserved
|
|
/^\/user\/[^\/]+\/(bookmarks|comments|activities|pages|recent-create|recent-edit)/, // reserved
|
|
|
/^\/?https?:\/\/.+$/, // avoid miss in renaming
|
|
/^\/?https?:\/\/.+$/, // avoid miss in renaming
|
|
|
|
|
+ /\/{2,}/, // avoid miss in renaming
|
|
|
/.+\/edit$/,
|
|
/.+\/edit$/,
|
|
|
/.+\.md$/,
|
|
/.+\.md$/,
|
|
|
/^\/(installer|register|login|logout|admin|me|files|trash|paste|comments)(\/.*|$)/,
|
|
/^\/(installer|register|login|logout|admin|me|files|trash|paste|comments)(\/.*|$)/,
|