-
Notifications
You must be signed in to change notification settings - Fork 2
Fix NGINX #26
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
Fix NGINX #26
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
|
|
@@ -61,10 +61,9 @@ server { | |||
| add_header X-Frame-Options "SAMEORIGIN"; | ||||
|
|
||||
| # basic H5BP suggestions | ||||
| include h5bp/internet_explorer/x-ua-compatible.conf; | ||||
| include h5bp/cross-origin/requests.conf; | ||||
|
||||
| include h5bp/cross-origin/requests.conf; |
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
|
|
@@ -61,10 +61,9 @@ server { | |||
| add_header X-Frame-Options "SAMEORIGIN"; | ||||
|
|
||||
| # basic H5BP suggestions | ||||
| include h5bp/internet_explorer/x-ua-compatible.conf; | ||||
| include h5bp/cross-origin/requests.conf; | ||||
|
||||
| include h5bp/cross-origin/requests.conf; |
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
|
|
@@ -61,10 +61,9 @@ server { | |||
| add_header X-Frame-Options "SAMEORIGIN"; | ||||
|
|
||||
| # basic H5BP suggestions | ||||
| include h5bp/internet_explorer/x-ua-compatible.conf; | ||||
| include h5bp/cross-origin/requests.conf; | ||||
|
||||
| include h5bp/cross-origin/requests.conf; |
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
|
|
@@ -61,10 +61,9 @@ server { | |||
| add_header X-Frame-Options "SAMEORIGIN"; | ||||
|
|
||||
| # basic H5BP suggestions | ||||
| include h5bp/internet_explorer/x-ua-compatible.conf; | ||||
| include h5bp/cross-origin/requests.conf; | ||||
|
||||
| include h5bp/cross-origin/requests.conf; |
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
|
|
@@ -61,10 +61,9 @@ | |||
| add_header X-Frame-Options "SAMEORIGIN"; | ||||
|
|
||||
| # basic H5BP suggestions | ||||
| include h5bp/internet_explorer/x-ua-compatible.conf; | ||||
| include h5bp/cross-origin/requests.conf; | ||||
|
||||
| include h5bp/cross-origin/requests.conf; |
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.
The file
h5bp/cross-origin/requests.confdoes not exist in h5bp/server-configs-nginx version 5.0.1 (as specified in the Dockerfile). This will cause nginx configuration test failures.In h5bp 5.0.1, the available files in the cross-origin directory are:
cross-origin/images.confcross-origin/web_fonts.confcross-origin/resource_timing.confPlease verify which cross-origin configuration is needed for this use case, or remove this line if no cross-origin configuration is required.