Jenkins Html Rport  使用frame报错解决办法

对于Blocked script execution in '<URL>' because the document's frame is sandboxed and the 'allow-scripts' permission is not set.

Refused to frame 'http://10.62.100.30:8888/' because it violates the following Content Security Policy directive: "default-src 'none'". Note that 'frame-src' was not explicitly set, so 'default-src' is used as a fallback.

这种报错,可以通过设置jenkins 的CSP 变量解决

Step:

  1. Open the Jenkin home page.
  2. Go to Manage Jenkins.
  3. Now go to Script Console.
  4. And in that console paste below statement and click on Run.System.setProperty("hudson.model.DirectoryBrowserSupport.CSP", "")

相关文章:

  • 2021-04-18
  • 2021-06-21
  • 2022-01-30
  • 2021-06-30
  • 2022-12-23
  • 2021-06-13
  • 2021-05-16
猜你喜欢
  • 2022-12-23
  • 2021-04-05
  • 2022-12-23
  • 2022-01-28
  • 2022-12-23
  • 2021-12-22
  • 2021-12-31
相关资源
相似解决方案