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

CSP: * and http:// should be red. #20

Open
Darkspirit opened this issue Feb 16, 2018 · 2 comments
Open

CSP: * and http:// should be red. #20

Darkspirit opened this issue Feb 16, 2018 · 2 comments

Comments

@Darkspirit
Copy link

Darkspirit commented Feb 16, 2018

https://www.hardenize.com/report/thesslstore.com/1518813280#www_csp

default-src data: 'unsafe-inline' 'unsafe-eval' *

Could you please mark the whole CSP result always red, if there is a * or http://?

Rationale: Insecure cookies are also red.

@jrchamp
Copy link

jrchamp commented Feb 16, 2018

Blanket https: seems a little risky, see https://csp-evaluator.withgoogle.com/
Being specific and using nonces seems to be the way to go: https://csp.withgoogle.com/docs/strict-csp.html

@ivanr
Copy link
Contributor

ivanr commented Feb 20, 2018

Our CSP analysis is very shallow at the moment. To set your expectations, because a complete rewrite is necessary, it's not something we will undertake for at least two months for now.

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

3 participants