我正在使用第三方的js脚本。第三方脚本设置cookie,但没有将它们设置为samesite=none和secure。这是有问题的,因为稍后会向该第三方发出呼叫。我在chrome开发者面板上看到“问题”,上面写着Indicate whether to send a cookie in a cross-site request by specifying its它告诉我,因为默认情况下sameSite属性为Lax,所以从每个请求中过滤出了18个cookie。
问:有没有办法
我正在使用angular-oauth2-oidc包进行身份验证,我的应用程序在iFrame中使用,所以当第三方cookie被阻塞时,它将给出以下错误。core.js:6241 ERROR DOMException: Failed to read the 'sessionStorage' property from 'Window': Access islocalhost:4200/vendor.js:30153:63)
at R3Injector.get (http:
我有一个rails 4应用程序,它在视图中加载一个iframe。我正在使用safari测试我的应用程序(它在Chrome和Firefox上工作),而且我遇到了一个X帧选项拒绝错误。在Safari中的开发人员工具中,当我加载正在接收的iFrame视图时:
Refused to display 'https://demo.docusign.net/Signing/(X(1)S(xxxxx))/SessionTimeout.aspx?fi=xxxx' in a frame because it set 'X-Frame-Options' to 'SAMEORI