summaryrefslogtreecommitdiff
path: root/lib/gitlab/no_cache_headers.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/no_cache_headers.rb')
-rw-r--r--lib/gitlab/no_cache_headers.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gitlab/no_cache_headers.rb b/lib/gitlab/no_cache_headers.rb
index f80ca2c1369..2d03741480d 100644
--- a/lib/gitlab/no_cache_headers.rb
+++ b/lib/gitlab/no_cache_headers.rb
@@ -4,8 +4,8 @@ module Gitlab
module NoCacheHeaders
DEFAULT_GITLAB_NO_CACHE_HEADERS = {
'Cache-Control' => "#{ActionDispatch::Http::Cache::Response::DEFAULT_CACHE_CONTROL}, no-store, no-cache",
- 'Pragma' => 'no-cache', # HTTP 1.0 compatibility
- 'Expires' => 'Fri, 01 Jan 1990 00:00:00 GMT'
+ 'Pragma' => 'no-cache', # HTTP 1.0 compatibility
+ 'Expires' => 'Fri, 01 Jan 1990 00:00:00 GMT'
}.freeze
def no_cache_headers