Open proItheus opened 2 years ago
This looks difficult as I don't see any webRequest API to follow redirects as well. I'm happy to be corrected, of course.
You can use the Addon SimpleModifyHeaders and try with it, to bypass the restriction, it works great with the Addon "Imagus Mod".
This is how the settings for SimpleModifyHeads looks like currently on my FF.
Currently, after turning on the option, the plugin does include the
Referer
field when doing HEAD requests in firefox, but when the site gives a 302 redirection, the redirected request contains noReferer
. I'm using a website which redirect my download to some s3 storage site, and get all my filenames becomedownload
due to the storage site returning 403 for the HEAD request ...Sorry for my bad English : )