Giter Site home page Giter Site logo

Comments (7)

sachinhosmani avatar sachinhosmani commented on August 20, 2024

I faced the exact same issue.

from tools.

toyoshim avatar toyoshim commented on August 20, 2024

I may hit the same problem.
I built my Chrome Apps with polymer and vulcanize --csp, and it worked on Chrome 35.
But it looks like Chrome 36 reports csp violation as,

Refused to execute inline script because it violates the following Content Security Policy directive: "default-src 'self' chrome-extension-resource:". Either the 'unsafe-inline' keyword, a hash ('sha256-...'), or a nonce ('nonce-...') is required to enable inline execution. Note also that 'script-src' was not explicitly set, so 'default-src' is used as a fallback.

It does not point the right error place, as index.html:1, but I can reproduce the similar error with <meta http-equiv="Content-Security-Policy" content="default-src 'self' 'unsafe-eval'; style-src 'unsafe-inline"> even on web apps over the https.

Refused to execute inline script because it violates the following Content Security Policy directive: "default-src 'self' 'unsafe-eval'". Either the 'unsafe-inline' keyword, a hash ('sha256-...'), or a nonce ('nonce-...') is required to enable inline execution. Note also that 'script-src' was not explicitly set, so 'default-src' is used as a fallback.

This case, console shows that the error happens at polymer.js:13.

My Apps imports core-toolbar that vkammerer said it used noscript.

Do you know any workaround for this?

from tools.

ragingwind avatar ragingwind commented on August 20, 2024

Refer to @robdodson comment on Polymer/polymer#613 (comment)

from tools.

toyoshim avatar toyoshim commented on August 20, 2024

Thanks, I'll track related issues.

FYI, I modified core-toolbar to have a dummy script and removed noscript attribute. It works for me as a quick workaround.

from tools.

yoavniran avatar yoavniran commented on August 20, 2024

Thanks @toyoshim ! I was facing the same issue and adding the dummy script with removing the noscript attr solved it for me too.

from tools.

kevinpschaaf avatar kevinpschaaf commented on August 20, 2024

Fixed by Polymer/polymer-bundler@e068dee. Using vulcanize --csp should result in no inline scripts injected at vulcanize-time or runtime due to noscript elements.

from tools.

ragingwind avatar ragingwind commented on August 20, 2024

👍

from tools.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.