[MV3 Beta Bug] Local Redirects Should not generate infinite redirect regex #1209
Labels
area/MV3
Issues related to Manifest V3 version
kind/bug
A bug in existing code (including security flaws)
mv3-beta-bugs
Under certain circumstances a regex pattern can exist which catches all the URLs and redirects requests till browser crashes.
It's handled here: https://github.com/ipfs/ipfs-companion/blob/rc/3.0-mv3/add-on/src/lib/redirect-handler/blockOrObserve.ts#L129-L133
however this does not work for
http
urls and only forhttps
The text was updated successfully, but these errors were encountered: