This website requires JavaScript.
Explore
Help
Sign In
IntenseWebs
/
discourse
Watch
3
Star
0
Fork
0
You've already forked discourse
mirror of
https://github.com/discourse/discourse.git
synced
2024-11-25 10:20:58 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1a71f98d28
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 17:14:08 -05:00
require
'rack/protection'
Don't blow up if Redis switches to READONLY
2015-04-24 12:10:43 -05:00
Rails
.
configuration
.
middleware
.
use
Rack
::
Protection
::
FrameOptions
Reference in New Issue
Copy Permalink