

14·
4 months agoSkip intro is being built into it natively so this is likely the groundwork for that
Skip intro is being built into it natively so this is likely the groundwork for that
How does this differentiate between a user and a bot if the User Agent doesn’t say it’s a bot?
This is why I block in a htaccess:
# Bot Agent Block Rule
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} (BOTNAME|BOTNAME2|BOTNAME3) [NC]
RewriteRule (.*) - [F,L]
I do this on my home network which has a Dynamic IP. I wrote a script which I cron to check and update it if it changes https://github.com/MajesticTechie/CloudflareDynamicDNS