go run server.go
python -m http.server
git clone https://github.com/fujiokayu/click-jacking-poc.git && cd click-jacking-poc
- run a local web server at server.go or any way you like.
- open your local web server in your browser
http://localhost:3000/ - set the URL you wish to verify in the textarea.
- click the 'load url' button.
- if you have not done anything to prevent Click Jacking, your website will be displayed with opacity set to 0.1.