-
Notifications
You must be signed in to change notification settings - Fork 4
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
#395 - CSP header #412
#395 - CSP header #412
Conversation
@kamilpiech97, are you going to open it? |
I think so, I wanna check that and I will open. |
@@ -3,6 +3,9 @@ | |||
<head> | |||
<meta charset="utf-8"/> | |||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0"/> | |||
@if (app()->environment('production')) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it should check if app is in non local environment. Because on beta
environment we wont be able to detect any issues related to CSP header.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep, sure.
I will fix that
Should close #395.
Now, when I checked https://beta.toby.blumilk.pl/. Our website has A+ score.
On production website should be the same after deploy.