我无法让我的应用程序在Google AppEngine上正确运行。我有一个Flask应用程序,它的内容安全策略由管理
我正在阻止对的API调用,因为它们违反了"connect-src“策略。对此URL的请求的类型为xhr。实际消息如下:
Refused to connect to 'http://review-dot-my-project.appspot.com/api/foo' because it violates the following Content Security Policy directive: "connect-src 'self&
当使用Google Analytics时,我从Safari 13.1中得到了以下错误,但没有从Chrome获得:
Refused to connect to https://www.google-analytics.com/j/collect?XYZ
because it does not appear in the connect-src directive of the Content Security Policy.
我的应用程序没有尝试连接到www.google-analytics.com,但是它从www.googletagmanager.com下载一个脚本,然后从www.google
Refused to connect to 'wss://abc.cn:8083/' because it violates the following Content Security Policy directive: "default-src 'self'". Note that 'connect-src' was not explicitly set, so 'default-src' is used as a fallback.
上面这是浏览器控制台报错
后端响应头是
content-security-p
我正在为一个网页编写一个外部脚本,我需要通过这个脚本向另一个资源发出一个POST JSON请求。
但是,当我这样做时,它会抛出CSP错误:"Refused to connect to <URL> because it violates the following Content Security Policy directive: "connect-src 'self'"。
我查看了网页,看到了包含内容-安全策略和CSP内容的元标记。然而,我尝试手动将我的<URL>添加到CSP connect-src内容中,但它仍然无法工作。
问
我的服务器(my.server.com)生成一个HTML页面,该页面调用另一个服务(external.server.com)来加载数据。对于ajax调用,我使用jquery。
$.ajax({
url:"https://external.server.com/check",
dataType: 'get',
success:function(json){
// do stuff with json (in this case an array)
$("userContainer"
我有一个Safari用户无法连接的在线白板。他们从控制台得到以下信息。
Refused to connect to wss://whiteboard.[MYDOMAIN].com/[MOREPATHSTUFF] because it does not appear in the connect-src directive of the Content Security Policy.
只有Safari才会这么做。铬,FF,边缘等工作良好。我看过其他与此相关的帖子,似乎Safari需要.
<meta http-equiv="Content-Security-Policy"
最近,我已经为我的web应用程序设置了内容-安全性-策略头。我已经尽量严格了。最让我印象深刻的是,由于第三方组件,我不得不允许blob: for connect-src和img-src。( connect-src和img-src在其他方面都仅限于self和一些硬编码URL。)
因此,我的问题是:是否允许blob:存在一般的安全风险,也就是说攻击者可以在注入的脚本中用blob包装任何URL,从而连接到任意资源?
我尝试了一系列安全策略来连接我们的api,但总是被拒绝。
Refused to connect to 'https://myapi...' because it violates the following Content Security Policy directive: "connect-src 'self' https://myapi.../* 'unsafe-inline' 'unsafe-eval'".
我使用的是电容器-社区/电子的默认代码,我所做的只是尝试了一大堆不同的Content-Securit
当向"“发出http请求时,控制台抛出一个错误
Refused to connect to...because it violates the following Content Security Policy directive: "connect-src http://localhost:*...
如何解决此错误?
我正在构建一个NextJs应用程序,每次我向外部api发出请求时,它都会给出一个类似于以下错误的错误:
Refused to connect to 'https://flagcdn.com/64x48/us.png' because it violates the following
Content Security Policy directive: "connect-src 'self' webpack://*".
Refused to connect to 'https://flagcdn.com/64x48/us.png
我正在将我的离子/角度应用程序构建为一个电子应用程序,当我运行它并加载它时,会得到以下错误:
Refused to connect to 'https://xxxxxxxxxx.com/whpacking/v1/getlocations' because it violates the following Content Security Policy directive: "default-src capacitor-electron://* 'unsafe-inline' devtools://* 'unsafe-eval' data
我试图创建一个超级简单的网站,只是为了显示内容,并有另一个页面,能够改变页面上的上述内容。(安全性是零关注的,所以请随意发布非常粗略的答案)。
但是,当我访问该站点(托管在NGINX背后的数字海洋服务器上)时,我会得到以下错误:
Refused to connect to wss://subdomain.domain.online/socket.io/?EIO=4&transport=websocket&sid=SIDHERE because it appears in neither the connect-src directive nor the default-src
我刚刚开始使用vue.js并尝试向我的服务器发送一个post请求,但是请求被CSP阻止了。
错误消息:
Refused to connect to 'http://127.0.0.1:5000/login' because it violates the following Content Security Policy directive: "connect-src 'self' ws:".
我已经试图改变我的元标签,但没有找到任何解决办法。
<meta http-equiv=Content-Security-Policy content
jquery-1.11.1.min.js:4 Refused to connect to
'https://xxxxxxxx/v1/common/introductions/faqs' because it
violates the following Content Security Policy directive: "default-src
'self' data: gap: https://ssl.gstatic.com 'unsafe-eval'". Note that
'connect-src'
我在Heroku上部署了一个简单的投资组合站点(自由层)。该站点是使用Express Node.js和React构建的前端。为了使用需要.dev的SSL域,我注册了Cloudflare。现在一切都正常了,除了我的发送电子邮件表单。我得到以下错误: Refused to connect to `https://<my-app>.herokuapp.com/api/v1/email/sendemail' because it violates the following Contect Security Policy directive: "default-src &
:)
我正在将Chrome加载到Facebook中,并对我自己的网站做了一个简单的JQuery GET请求。当调用get请求时,我在控制台中得到以下错误.
"Refused to connect to 'https://www.istyla.com/Popup/t2.php' because it violates the
following Content Security Policy directive: "connect-src https://*.facebook.com
http://*.facebook.com https://*.fbcdn.n
当我在Android中运行一个运行android 5的手机上的离子型应用程序时,没有显示任何图像,并且我得到了每个图像的信息:
Refused to connect to 'http://192.xxx.x.xxx:3000/promotions/0' because it violates the following Content Security Policy directive: "default-src 'self'". Note that 'connect-src' was not explicitly set, so
我正在尝试使简单的XMLHTTPRequest到安全政府页面。
Refused to connect to 'https://www.sec.gov/cgi-bin/browse-edgar?CIK=LEL&Find=Search&owner=exclude&action=getcompany&count=100' because it violates the following Content Security Policy directive: "connect-src *://localhost:3000 https://www.