Security headers, fix offline saving issue

This commit is contained in:
Mo Bitar
2017-08-08 10:22:38 -05:00
parent 6dcaa9a151
commit 172780dcd3
5 changed files with 36 additions and 3 deletions

View File

@@ -1,6 +1,8 @@
Rails.application.configure do
# Settings specified here will take precedence over those in config/application.rb.
config.force_ssl = true
# Code is not reloaded between requests.
config.cache_classes = true