bugfix: privatebin directorybot should be disallowed unless pb_public_directory is set to true
This commit is contained in:
parent
386611540c
commit
f529804276
@ -2,7 +2,7 @@ User-agent: *
|
||||
Disallow: /
|
||||
|
||||
{{ if eq (env "PB_PUBLIC_DIRECTORY") "true" }}
|
||||
{{ else }}
|
||||
User-agent: PrivateBinDirectoryBot
|
||||
Disallow: /
|
||||
{{ else }}
|
||||
{{ end }}
|
||||
{{ end }}
|
Loading…
x
Reference in New Issue
Block a user