airtower-luna / referer-mod

Web Extension to modify the Referer header in HTTP requests
https://addons.mozilla.org/en-US/firefox/addon/referer-modifier/
GNU General Public License v3.0
43 stars 13 forks source link

Fix tests with Firefox 116 #106

Closed airtower-luna closed 11 months ago

airtower-luna commented 11 months ago

Testing document.referrer manipulation via an iframe failed with Firefox 116. This is fixed by delaying the script on the test page to the next event cycle.