
Allow SSO iFrames 作者: chaptergy
Drops and changes HTTP response headers to allow sso login pages to be iframed.
9 位使用者9 位使用者
擴充套件後設資料
關於此擴充套件
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:
Note, that when cookies within this iframe are required, the iframe content has to be HTTPS, otherwise cookies will not be set.
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.
由 1 位評論者給出 4 分
權限與資料了解更多
必要權限:
- 存取您所有網站中的資料
更多資訊
1.1 版的發行公告
Bugfix for replacing the SameSite header