|
|
|
|
|
by userbinator
3906 days ago
|
|
I don't think adblockers will be so naive as to block anything that contains "ad" in the URL, but then again, there's a name for the bug caused by this particular type of matching: https://en.wikipedia.org/wiki/Scunthorpe_problem ...so maybe some of them do have rather silly rulesets. |
|
The problem being—and this is painful personal experience speaking—web frameworks will frequently also cater to directory inode limits of caching reverse-proxies in their cache-busting code by doing something like this:
...which means that, for a SHA that starts with "ad", you get an "/ad/" in the URL.