Four lines the browser takes seriously.
Kakapo Security hooks into send_headers and sets four protective headers in the frontend. They tell the browser what it must not do with your website: embed it, guess file types, pass on too much origin.
X-Frame-Options against embedding by others · nosniff against MIME guessing
Turn on header protection
send_headers extends the response
The browser sticks to them
No credit card, no risk. Up and running in 2 minutes.
Try it for free now