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: /
|
Disallow: /
|
||||||
|
|
||||||
{{ if eq (env "PB_PUBLIC_DIRECTORY") "true" }}
|
{{ if eq (env "PB_PUBLIC_DIRECTORY") "true" }}
|
||||||
|
{{ else }}
|
||||||
User-agent: PrivateBinDirectoryBot
|
User-agent: PrivateBinDirectoryBot
|
||||||
Disallow: /
|
Disallow: /
|
||||||
{{ else }}
|
|
||||||
{{ end }}
|
{{ end }}
|
Loading…
x
Reference in New Issue
Block a user