返回顶部
首页 > 资讯 > 后端开发 > PHP编程 >html+php内联执行JavaScript是报错
  • 937
分享到

html+php内联执行JavaScript是报错

javascripthtml前端php 2023-09-09 07:09:52 937人浏览 独家记忆
摘要

报错信息 read.PHP:1 Refused to run the javascript URL because it violates the following Content Security

报错信息

read.PHP:1 Refused to run the javascript URL because it violates the following Content Security Policy directive: “script-src ‘self’”. Either the ‘unsafe-inline’ keyWord, a hash (‘sha256-…’), or a nonce (‘nonce-…’) is required to enable inline execution. Note that hashes do not apply to event handlers, style attributes and javascript: navigations unless the ‘unsafe-hashes’ keyword is present.

翻译过来就是

拒绝运行JavaScript URL,因为它违反了以下内容安全策略指令:“script-src ‘self’”。要启用内联执行,需要使用’unsafe-inline’关键字、hash (‘sha256-…’)或nonce (‘nonce-…’)。注意,哈希值不适用于事件处理程序、样式属性和javascript:导航,除非有’unsafe-hash '关键字。

解决方法

在header方法中增加unsafe-inline

header("Content-Security-Policy: script-src 'self' 'unsafe-inline';);

来源地址:https://blog.csdn.net/Leloz/article/details/126183540

--结束END--

本文标题: html+php内联执行JavaScript是报错

本文链接: https://lsjlt.com/news/401098.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作