Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Content Security Policy causes JS to not load #5

Open
retep998 opened this issue Mar 4, 2018 · 1 comment
Open

Content Security Policy causes JS to not load #5

retep998 opened this issue Mar 4, 2018 · 1 comment

Comments

@retep998
Copy link

retep998 commented Mar 4, 2018

The Application Cache API (AppCache) is deprecated and will be removed at a future date.  Please consider using ServiceWorker for offline support.
candybox2.github.io
Loading failed for the <script> with source “https://candybox2.github.io/libs/jquery-1.9.1.min.js”.
candybox2.github.io:10
Loading failed for the <script> with source “https://candybox2.github.io/candybox2.js”.
candybox2.github.io:11
Content Security Policy: The page’s settings blocked the loading of a resource at self (“script-src 'none'”). Source: (function(a,w,v,I){var c={safeWindow:{},....
candybox2.github.io:1
Content Security Policy: The page’s settings blocked the loading of a resource at https://candybox2.github.io/libs/jquery-1.9.1.min.js (“script-src 'none'”).
Content Security Policy: The page’s settings blocked the loading of a resource at https://candybox2.github.io/candybox2.js (“script-src 'none'”).

Using Firefox 58.0.2

@cktang88
Copy link
Contributor

I only get this when I try to load the page inside an <iframe>, but it works fine for me on Firefox.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants