This plugin changes HTTP headers to allow websites to be iframed which block this. It is meant for development and testing purposes.
It does the following:
- Drop all 'x-frame-options' response headers
- Drop all 'content-security-policy' response headers
- Change all 'set-cookie' response headers to set 'SameSite=None' (this also requires the Secure flag to be set for the cookie)
- Change 'sec-fetch-dest' request headers to 'document' if it equals 'iframe'
Note, that when cookies within this iframe are required, the iframe content has to be HTTPS, otherwise cookies will not be set.

- License: GNU General Public License v3.0 or later
- Weekly downloads: 1
- Average daily users: 16
- Rating: 4/5 of 1 ratings
- Created: 2021-01-19 12:44:35
- Last updated: 2022-01-14 11:21:18
- Homepage: https://github.com/chaptergy/webextension-allow-sso-iframes
- Support site and email
- Orig: https://addons.mozilla.org/en-US/firefox/addon/allow-sso-iframes/
- API: {393ef110-8c81-4d25-99d2-34ebcee94f9c}