views:

401

answers:

3

Hi,

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

A: 

Yes they can modify HTTP response headers if you look at below links you will have a better idea.

http://wareseeker.com/free-modify-headers/

http://www.softpedia.com/get/Internet/Internet-Applications-Addons/Mozilla-Extensions/Modify-Headers.shtml

http://modifyheaders.mozdev.org/

Ravia
I think Modify Headers only modify request headers and not response ones.
s.wong
A: 

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.

Gareth
+1  A: 

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

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

Etienne