Refused to frame ‘XXX‘ because an ancestor violates the following Content Security Policy directive:

这篇具有很好参考价值的文章主要介绍了Refused to frame ‘XXX‘ because an ancestor violates the following Content Security Policy directive:。希望对大家有所帮助。如果存在错误或未考虑完全的地方,请大家不吝赐教,您也可以点击"举报违法"按钮提交疑问。

问题:Chrome无痕模式下,无法访问iframe嵌套的页面,页面类似白屏

定位原因:CSP安全策略问题,但是服务端无法支持修改

解决:option中添加一句请求头

chrome_options.add_argument("user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36")

所有option:文章来源地址https://www.toymoban.com/news/detail-408211.html

chrome_options = Options()
chrome_options.add_argument('--headless')
chrome_options.add_argument('--no-sandbox')
chrome_options.add_argument('--disable-gpu')
chrome_options.add_argument('--disable-dev-shm-usage')
chrome_options.add_argument("user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36")
chrome_options.add_argument('--window-size=1920,1080')

到了这里,关于Refused to frame ‘XXX‘ because an ancestor violates the following Content Security Policy directive:的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处: 如若内容造成侵权/违法违规/事实不符,请点击违法举报进行投诉反馈,一经查实,立即删除!

领支付宝红包 赞助服务器费用

相关文章

  • 【Oracle连接】java.sql.SQLException: Listener refused the connection with the following error: ORA-12505

    连接数据库时,提示错误描述: java.sql.SQLException: Listener refused the connection with the following error: ORA-12505, TNS:listener does not currently know of SID given in connect descriptor 问题描述:情况使用帆软报表连接数据库时,提示数据库连接失败,但是用Navicat工具连接同一个数据库时,却没有问题

    2023年04月10日
    浏览(61)
  • Flutter Cannot run with sound null safety, because the following dependencies

    flutter sdk 版本升级到2.0或者更高的版本后,运行之前的代码会报错 这些包不支持 safety模式。我们可以在运行的时候添加–no-sound-null-safety。打开Android Studio,然后依次选择【Run】 --【 Edit Configurations】 -- 【Add Additional Run args 】– 【–no-sound-null-safety】,如下图。

    2024年02月10日
    浏览(33)
  • 【Flutter】运行报错:Cannot run with sound null safety, because the following dependencies

    flutter 在运行老项目的时候,或者是添加一些第三方库的时候,会报 Cannot run with sound null safety, because the following dependencies don‘t support null safety; 报错是因为这些包不支持safety模式。 解决方法: 运行的时候添加–no-sound-null-safety Android Studio工具 选择【Run】 --【 Edit Configuration

    2024年02月12日
    浏览(46)
  • 完美解决None of the following candidates is applicable because of receiver type mismatch:

    最近遇到一个错误,记录一下,网上搜索发现其他网友说可能是Kotlin版本问题,尝试升级Kotlin和降低Kotlin版本试试,下面是我遇到的情况。 错误日志 出现错误位置: 解决方法 1、点击Build下的Clean Project ,运行测试 2、若是1步骤不成功,则点击Build下的Rebuild Project,再次运行

    2024年02月06日
    浏览(58)
  • 【Ubuntu升级报错】“the following signatures couldn’t be verified because the public key is not available”

    在ubuntu中运行apt-get update时,有时会出现如下报错 如果不去解决,无法继续进行后续的升级操作 这是由apt包系统的安全机制引起的问题,有时系统无法包含所有的key。此处有快速修复的办法,即将缺少的key加进去即可。 观察里面的报错,其实是4EB27DB2A3B88B8B( 请注意,每个人

    2024年02月12日
    浏览(65)
  • connect() failed (10061: No connection could be made because the target machine actively refused it)

    connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 61.182.227.80, server: xxxxx.com, request: \\\"POST /prod-api/system/xxx/xxxx HTTP/1.1\\\", upstream: \\\"http://xx.xx.xx.xx:xxxx/system/\\\", host: \\\"xx.xx.xx.xx:xx\\\", referrer: \\\"http://xx.xx.xx.xx:xx/index\\\" 这个报错大致意思是计

    2024年02月16日
    浏览(44)
  • ssh: connect to host xxx.xxx.xxx.xxx port 22: Connection refused

    问题描述: 我在尝试通过 SSH 连接到目标服务器时遇到了问题。具体地说,当我尝试使用 SSH 客户端连接到服务器的 IP 地址时,出现了 \\\"ssh: connect to host [IP 地址] port 22: Connection refused\\\" 的错误消息。经过排查,发现问题是由于目标服务器的防火墙配置引起的。目标服务器使用的

    2024年02月17日
    浏览(41)
  • 解决git Update(Push )failedunable to access ‘xxx‘: Failed to connect to xxx Connection refused

    一般都是因为代理引起的 三种解决方案: git clone 拒绝连接,Connection refused 解决方法 一、使用env指令查询系统代理并取消对应http代理 二、使用git config指令查询代理并取消代理 三、直接修改.gitconfig配置文档查询代理并取消代理 git clone经常出现代理错误,报错如下: fatal:

    2024年02月04日
    浏览(34)
  • Plugin xxx was was not found in any of the following sources:

            最近打开AndroidStudio,经常出现如下异常:     尝试调整gradle版本,发现仍然不能解决,最后 通过降低app目录下build.gradle的  \\\"compileSdk\\\"和\\\"targetSdk\\\"版本,以及去掉buildToolsVersion解决。

    2024年02月12日
    浏览(61)
  • Consider the following: If you want an embedded database (H2, HSQL or Derby), please put it on the

    一、问题 在启动springboot项目中遇到如下问题: Description: Failed to configure a DataSource: ‘url’ attribute is not specified and no embedded datasource could be configured. Reason: Failed to determine a suitable driver class Action: Consider the following: If you want an embedded database (H2, HSQL or Derby), please put it on the classp

    2024年02月03日
    浏览(39)

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

博客赞助

微信扫一扫打赏

请作者喝杯咖啡吧~博客赞助

支付宝扫一扫领取红包,优惠每天领

二维码1

领取红包

二维码2

领红包