Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Modifying HTTP response headers in Firefox

Does anyone know if Firefox extensions are allowed to modify HTTP response headers? For example, can an extension remove the x-frame-options header to let the page load in an iframe?

Thanks

like image 313
Kar Avatar asked Mar 29 '10 10:03

Kar


2 Answers

I think the best firefox addon for modifying headers is TamperData :

https://addons.mozilla.org/en-US/firefox/addon/966/

like image 192
Etienne Avatar answered Sep 23 '22 05:09

Etienne


S. Wong is correct. Modify Headers supports modification of request headers only at present. However, I am looking at supporting response headers for a future version.

like image 30
Gareth Avatar answered Sep 21 '22 05:09

Gareth