Confirmed users
491
edits
No edit summary |
No edit summary |
||
Line 26: | Line 26: | ||
===Preventing Malicious Site Framing (ClickJacking)=== | ===Preventing Malicious Site Framing (ClickJacking)=== | ||
====Django==== | |||
Pull in the Mozilla commonware library[1] and add it to your middleware (example [2]) | |||
[1] https://github.com/jsocol/commonware | |||
[2] http://github.com/jbalogh/zamboni/commit/df1d19304a385c52c8fcc888f6ffc240634eb0c5 |