w3b3 / angular-demo

Demo application with purpose of showcasing Angular and modern web platform features
https://angular-pwa-repo.firebaseapp.com/
0 stars 0 forks source link

Prevent Clickjacking #72

Open w3b3 opened 5 years ago

w3b3 commented 5 years ago

To avoid this, sites that do not expect to be used in frames are encouraged to only enable their interface if they detect that they are not in a frame (e.g. by comparing the window object to the value of the top attribute). https://html.spec.whatwg.org/dev/introduction.html#is-this-html5?