mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
add GoogleOther to bad-crawlers list
This commit is contained in:
parent
cec3bee020
commit
c2034f7bc5
|
@ -246,7 +246,7 @@ SYMTIME = PY36 and os.utime in os.supports_follow_symlinks
|
|||
META_NOBOTS = '<meta name="robots" content="noindex, nofollow">\n'
|
||||
|
||||
# smart enough to understand javascript while also ignoring rel="nofollow"
|
||||
BAD_BOTS = r"Barkrowler|bingbot|BLEXBot|Googlebot|GPTBot|PetalBot|SeekportBot|SemrushBot|YandexBot"
|
||||
BAD_BOTS = r"Barkrowler|bingbot|BLEXBot|Googlebot|GoogleOther|GPTBot|PetalBot|SeekportBot|SemrushBot|YandexBot"
|
||||
|
||||
FFMPEG_URL = "https://www.gyan.dev/ffmpeg/builds/ffmpeg-git-full.7z"
|
||||
|
||||
|
|
Loading…
Reference in a new issue