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

link|improve this question

feedback

4 Answers

up vote 2 down vote accepted

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.

link|improve this answer
feedback

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

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

link|improve this answer
feedback

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/

link|improve this answer
1  
I think Modify Headers only modify request headers and not response ones. – Kate Mar 29 '10 at 11:51
feedback

There is a Modify Response addon that is limited to Content-Type, but should be adaptable to all (most) others.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.