This website requires JavaScript.
Explore
Help
Sign In
Discource-C
/
discourse
Watch
1
Star
0
Fork
0
You've already forked discourse
mirror of
https://github.com/discourse/discourse.git
synced
2025-02-05 19:11:13 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
discourse
/
config
/
initializers
/
011-rack-protection.rb
4 lines
93 B
Ruby
Raw
Normal View
History
Unescape
Escape
require `X-Frame-Options: SAMEORIGIN` for clickjack prevention
2013-10-28 15:14:08 -07:00
require
'rack/protection'
Don't blow up if Redis switches to READONLY
2015-04-24 13:10:43 -04:00
Rails
.
configuration
.
middleware
.
use
Rack
::
Protection
::
FrameOptions
Reference in New Issue
Copy Permalink