andy-portmen / country-flags

adds a toolbar button to browser address-bar displaying current physical location of visited website
https://webextension.org/listing/country-flags.html
Mozilla Public License 2.0
137 stars 35 forks source link

Update worker.js - Disable redirects #96

Closed Fexiven closed 8 months ago

Fexiven commented 10 months ago

If a website redirects with 301/302 the fetch follows until it reaches the destination

We have a specific case where it redirects forever to itself until the client gets rejected from the website

andy-portmen commented 8 months ago

thanks @Fexiven