diff --git a/README.md b/README.md index d441001..740a213 100644 --- a/README.md +++ b/README.md @@ -255,7 +255,7 @@ More info [here](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Stric `CONTENT_SECURITY_POLICY` Values : *\; \; ...* -Default value : *default-src 'self'; frame-ancestors 'none'; form-action 'self'; upgrade-insecure-requests; block-all-mixed-content; sandbox allow-forms allow-same-origin allow-scripts; reflected-xss block; base-uri 'self'; referrer no-referrer* +Default value : *default-src 'self'; frame-ancestors 'self'; form-action 'self'; block-all-mixed-content; sandbox allow-forms allow-same-origin allow-scripts; reflected-xss block; base-uri 'self'; referrer no-referrer* Policy to be used when loading resources (scripts, forms, frames, ...). More info [here](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy). diff --git a/entrypoint.sh b/entrypoint.sh index 97ccf05..71c95ea 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -81,7 +81,7 @@ PHP_POST_MAX_SIZE="${PHP_POST_MAX_SIZE-10M}" PHP_DISABLE_FUNCTIONS="${PHP_DISABLE_FUNCTIONS-system, exec, shell_exec, passthru, phpinfo, show_source, highlight_file, popen, proc_open, fopen_with_path, dbmopen, dbase_open, putenv, filepro, filepro_rowcount, filepro_retrieve, posix_mkfifo}" USE_MODSECURITY="${USE_MODSECURITY-yes}" USE_MODSECURITY_CRS="${USE_MODSECURITY_CRS-yes}" -CONTENT_SECURITY_POLICY="${CONTENT_SECURITY_POLICY-object-src 'none'; frame-ancestors 'none'; form-action 'self'; upgrade-insecure-requests; block-all-mixed-content; sandbox allow-forms allow-same-origin allow-scripts; base-uri 'self';}" +CONTENT_SECURITY_POLICY="${CONTENT_SECURITY_POLICY-object-src 'none'; frame-ancestors 'self'; form-action 'self'; block-all-mixed-content; sandbox allow-forms allow-same-origin allow-scripts; base-uri 'self';}" COOKIE_FLAGS="${COOKIE_FLAGS-* HttpOnly}" SERVE_FILES="${SERVE_FILES-yes}" WRITE_ACCESS="${WRITE_ACCESS-no}" diff --git a/misc/dbip-country-lite-2020-03.mmdb b/misc/dbip-country-lite-2020-03.mmdb deleted file mode 100644 index 4cbc476..0000000 Binary files a/misc/dbip-country-lite-2020-03.mmdb and /dev/null differ diff --git a/misc/dbip-country-lite-2020-08.mmdb b/misc/dbip-country-lite-2020-08.mmdb new file mode 100644 index 0000000..1481e32 Binary files /dev/null and b/misc/dbip-country-lite-2020-08.mmdb differ