Merge branch 'rs-revert-csp' into 'master'
Revert Content Security Policy The secure-only cookies setting was causing an issue where the session was constantly being lost in the development environment. Revert "Merge branch 'csp-basics' into 'master'" This reverts commit 9065f9c5, reversing changes made to f0b446e5. --- Revert "Merge branch 'remove-csp-sentry-reporting' into 'master'" This reverts commit 79b02e40, reversing changes made to f2cd21e8. See merge request !5381
Showing
... | ... | @@ -349,6 +349,3 @@ gem 'health_check', '~> 2.1.0' |
# System information | ||
gem 'vmstat', '~> 2.1.0' | ||
gem 'sys-filesystem', '~> 1.1.6' | ||
# Secure headers for Content Security Policy | ||
gem 'secure_headers', '~> 3.3' |
Please register or sign in to comment