File tree Expand file tree Collapse file tree 10 files changed +10
-18
lines changed Expand file tree Collapse file tree 10 files changed +10
-18
lines changed Original file line number Diff line number Diff line change 5151 run : |
5252 docker run localhost:5000/kooldev/php:${{ matrix.version }}${{ matrix.type }} php -r "extension_loaded('swoole') or die(1);"
5353 docker run localhost:5000/kooldev/php:${{ matrix.version }}-nginx${{ matrix.type }} nginx -v
54+ docker run localhost:5000/kooldev/php:${{ matrix.version }}-nginx${{ matrix.type }} nginx -t
5455
5556 - name : Tests (dev)
5657 if : matrix.type == ''
Original file line number Diff line number Diff line change @@ -61,10 +61,9 @@ server {
6161 add_header X-Frame-Options "SAMEORIGIN";
6262
6363 # basic H5BP suggestions
64- include h5bp/internet_explorer/x-ua-compatible.conf;
6564 include h5bp/security/referrer-policy.conf;
6665 include h5bp/security/x-content-type-options.conf;
67- include h5bp/security/x-xss-protection .conf;
66+ include h5bp/cross-origin/requests .conf;
6867
6968 # performance enhancements (mostly for caching static data)
7069 include h5bp/web_performance/cache-file-descriptors.conf;
Original file line number Diff line number Diff line change @@ -61,10 +61,9 @@ server {
6161 add_header X-Frame-Options "SAMEORIGIN";
6262
6363 # basic H5BP suggestions
64- include h5bp/internet_explorer/x-ua-compatible.conf;
6564 include h5bp/security/referrer-policy.conf;
6665 include h5bp/security/x-content-type-options.conf;
67- include h5bp/security/x-xss-protection .conf;
66+ include h5bp/cross-origin/requests .conf;
6867
6968 # performance enhancements (mostly for caching static data)
7069 include h5bp/web_performance/cache-file-descriptors.conf;
Original file line number Diff line number Diff line change @@ -61,10 +61,9 @@ server {
6161 add_header X-Frame-Options "SAMEORIGIN";
6262
6363 # basic H5BP suggestions
64- include h5bp/internet_explorer/x-ua-compatible.conf;
6564 include h5bp/security/referrer-policy.conf;
6665 include h5bp/security/x-content-type-options.conf;
67- include h5bp/security/x-xss-protection .conf;
66+ include h5bp/cross-origin/requests .conf;
6867
6968 # performance enhancements (mostly for caching static data)
7069 include h5bp/web_performance/cache-file-descriptors.conf;
Original file line number Diff line number Diff line change @@ -61,10 +61,9 @@ server {
6161 add_header X-Frame-Options "SAMEORIGIN";
6262
6363 # basic H5BP suggestions
64- include h5bp/internet_explorer/x-ua-compatible.conf;
6564 include h5bp/security/referrer-policy.conf;
6665 include h5bp/security/x-content-type-options.conf;
67- include h5bp/security/x-xss-protection .conf;
66+ include h5bp/cross-origin/requests .conf;
6867
6968 # performance enhancements (mostly for caching static data)
7069 include h5bp/web_performance/cache-file-descriptors.conf;
Original file line number Diff line number Diff line change @@ -61,10 +61,9 @@ server {
6161 add_header X-Frame-Options "SAMEORIGIN";
6262
6363 # basic H5BP suggestions
64- include h5bp/internet_explorer/x-ua-compatible.conf;
6564 include h5bp/security/referrer-policy.conf;
6665 include h5bp/security/x-content-type-options.conf;
67- include h5bp/security/x-xss-protection .conf;
66+ include h5bp/cross-origin/requests .conf;
6867
6968 # performance enhancements (mostly for caching static data)
7069 include h5bp/web_performance/cache-file-descriptors.conf;
Original file line number Diff line number Diff line change @@ -61,10 +61,9 @@ server {
6161 add_header X-Frame-Options "SAMEORIGIN";
6262
6363 # basic H5BP suggestions
64- include h5bp/internet_explorer/x-ua-compatible.conf;
6564 include h5bp/security/referrer-policy.conf;
6665 include h5bp/security/x-content-type-options.conf;
67- include h5bp/security/x-xss-protection .conf;
66+ include h5bp/cross-origin/requests .conf;
6867
6968 # performance enhancements (mostly for caching static data)
7069 include h5bp/web_performance/cache-file-descriptors.conf;
Original file line number Diff line number Diff line change @@ -61,10 +61,9 @@ server {
6161 add_header X-Frame-Options "SAMEORIGIN";
6262
6363 # basic H5BP suggestions
64- include h5bp/internet_explorer/x-ua-compatible.conf;
6564 include h5bp/security/referrer-policy.conf;
6665 include h5bp/security/x-content-type-options.conf;
67- include h5bp/security/x-xss-protection .conf;
66+ include h5bp/cross-origin/requests .conf;
6867
6968 # performance enhancements (mostly for caching static data)
7069 include h5bp/web_performance/cache-file-descriptors.conf;
Original file line number Diff line number Diff line change @@ -61,10 +61,9 @@ server {
6161 add_header X-Frame-Options "SAMEORIGIN";
6262
6363 # basic H5BP suggestions
64- include h5bp/internet_explorer/x-ua-compatible.conf;
6564 include h5bp/security/referrer-policy.conf;
6665 include h5bp/security/x-content-type-options.conf;
67- include h5bp/security/x-xss-protection .conf;
66+ include h5bp/cross-origin/requests .conf;
6867
6968 # performance enhancements (mostly for caching static data)
7069 include h5bp/web_performance/cache-file-descriptors.conf;
Original file line number Diff line number Diff line change 6161 add_header X-Frame-Options "SAMEORIGIN";
6262
6363 # basic H5BP suggestions
64- include h5bp/internet_explorer/x-ua-compatible.conf;
6564 include h5bp/security/referrer-policy.conf;
6665 include h5bp/security/x-content-type-options.conf;
67- include h5bp/security/x-xss-protection .conf;
66+ include h5bp/cross-origin/requests .conf;
6867
6968 # performance enhancements (mostly for caching static data)
7069 include h5bp/web_performance/cache-file-descriptors.conf;
You can’t perform that action at this time.
0 commit comments