Reputation: 291
how to allow in firefox viewing content site secure by X-Frame-Options like www.google.com
i add in (about:config) settings
browser.frames.enabled = true
and its worked for some time but now it's not working again
Upvotes: 2
Views: 18918
Reputation: 309
I've created an add-in for Firefox which ignores all x-frame options, see https://addons.mozilla.org/en-US/firefox/addon/ignore-x-frame-options/
Btw, this this question is similar to Disable X-Frame-Option on client side
Upvotes: 1
Reputation: 291
I find good solution not for firefox but for chrome:
plugin: Ignore X-Frame headers
Upvotes: 3