We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In current state, there is one inline script in index.html https://github.com/Upload/Up1/blob/master/client/index.html
which force the following CSP
add_header Content-Security-Policy "default-src 'self'; script-src 'self' 'unsafe-inline'; connect-src 'self'; img-src 'self'; style-src 'self';";
it would be nice to move it to a js (separate or existing) in order to remove the unsafe-inline part.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In current state, there is one inline script in index.html
https://github.com/Upload/Up1/blob/master/client/index.html
which force the following CSP
it would be nice to move it to a js (separate or existing) in order to remove the unsafe-inline part.
The text was updated successfully, but these errors were encountered: