Fix/5474 5486 pages can be created under share path
@@ -5,8 +5,11 @@
* Support: Update libs
* bunyan
* browser-bunyan
+* Fix: Can create pages on the share route
+ * Introduced by v4.2.8
* Fix: Group page is excluded by recurrence operation
* Introduced by v4.2.8
+
## v4.2.13
* Feature: Detect indent size automatically
@@ -533,7 +533,7 @@ module.exports = function(crowi) {
/\s+\/\s+/, // avoid miss in renaming
/.+\/edit$/,
/.+\.md$/,
- /^\/(installer|register|login|logout|admin|me|files|trash|paste|comments|tags)(\/.*|$)/,
+ /^\/(installer|register|login|logout|admin|me|files|trash|paste|comments|tags|share)(\/.*|$)/,
];
let isCreatable = true;