diff options
| -rw-r--r-- | tw/system/lud.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tw/system/lud.scm b/tw/system/lud.scm index 7b0f4bd6..59b64728 100644 --- a/tw/system/lud.scm +++ b/tw/system/lud.scm @@ -268,6 +268,7 @@ " default 0;" ;; First matching regex wins in this map. " \"~#$\" 1;" ; don't trust anything without a User-Agent + " \"~compatible\" 0;" ; well-behaved bots tend to use this while including a Chrome/ version " \"~^[^#]\" 1;" ; Cloudflare workers set CF-Worker " \"~^##.*(?:Chrome|Firefox|Safari)/\" 1;" ; Chrome, Firefox and Safari>=16.4 send Sec-Fetch-Mode " \"~GPTBot/\" 1;" ; GPTBot doesn't obey /robots.txt |
