A user just reported not being able to access any topics on blenderartists.org in Edge. He sees the following message in the console:
HTTP429: TOO MANY REQUESTS - The server is refusing to service the request because too many requests have been submitted by the client.
(XHR)POST - https://blenderartists.org/logs/report_js_error
I just tested here on Meta too and got the same error, as well as:
So this is only âprevious edgeâ, recent edge is working fine.
Probably something is not accessible in this edge, will see if we can polyfill or just disable support of copy codeblocks for âprevious edgeâ in this version.
Asking to a coworker to double check it fixes the issue, and I will then merge it and backport it into beta. It means this feature wonât be working for this user. We could probably make it work but given recent edge works I think this is OK, this fix ensures browser wonât crash if they donât support any of the css selectors used in this feature.
The server only accepts one âJS error reportâ per minute per IP, so thatâs why the 429 appeared. Nothing to worry about, it wonât affect anything. Unfortunately we canât suppress HTTP errors from the console.