mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #2368 from omnivore-app/fix/api-robots-txt
Add robots.txt to the list of reserved names
This commit is contained in:
commit
c8e3f79655
1 changed files with 2 additions and 0 deletions
|
|
@ -116,12 +116,14 @@ const RESERVED_NAMES = new Set([
|
|||
'register',
|
||||
'remove',
|
||||
'replies',
|
||||
'robots.txt',
|
||||
'root',
|
||||
'rss',
|
||||
'sales',
|
||||
'save',
|
||||
'search',
|
||||
'security',
|
||||
'security.txt',
|
||||
'sessions',
|
||||
'settings',
|
||||
'shop',
|
||||
|
|
|
|||
Loading…
Reference in a new issue