]>
BookStack Code Mirror - bookstack/blob - resources/views/misc/robots.blade.php
projects
/
bookstack
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Started application of CSP headers
[bookstack]
/
resources
/
views
/
misc
/
robots.blade.php
1
User-agent: *
2
@if($allowRobots)
3
Disallow:
4
@else
5
Disallow: /
6
@endif