mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-15 23:56:09 +10:00
Merge pull request #5938 from xieyubo/master
Force IE use latest engine to render.
This commit is contained in:
@@ -160,6 +160,7 @@ class ApplicationController < ActionController::Base
|
||||
def default_headers
|
||||
headers['X-Frame-Options'] = 'DENY'
|
||||
headers['X-XSS-Protection'] = '1; mode=block'
|
||||
headers['X-UA-Compatible'] = 'IE=edge'
|
||||
end
|
||||
|
||||
def add_gon_variables
|
||||
|
||||
Reference in New Issue
Block a user