SFJS 0.3.70

This commit is contained in:
Mo Bitar
2019-10-24 18:09:06 -05:00
parent 2d69d44046
commit a087806c4b
5 changed files with 48 additions and 16 deletions

View File

@@ -24,9 +24,9 @@ module StandardNotes
end
end
config.action_dispatch.default_headers = {
'X-Frame-Options' => 'ALLOWALL'
}
# config.action_dispatch.default_headers = {
# 'X-Frame-Options' => 'ALLOWALL'
# }
SecureHeaders::Configuration.default do |config|
config.x_frame_options = "SAMEORIGIN"