easyctf / librectf

CTF in a box. Minimal setup required. (not production-ready yet)
http://easyctf.github.io/librectf
GNU General Public License v3.0
80 stars 12 forks source link

window.opener exploitable & security headers missing? #29

Open Arinerron opened 7 years ago

Arinerron commented 7 years ago

If I were you, I'd add rel="noopener noreferrer" to links to external urls so people can't exploit window.opener. Not very serious, but worth doing. Read more

I know, I know. Everybody hates when others tell them they are missing security headers. Is there any reason why the X-XSS-Protection header is not set? There are a few others I'd add too, but these depend on how the site is set up:

iptq commented 7 years ago