Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daohoangson/no-clickjacking
https://github.com/daohoangson/no-clickjacking
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/daohoangson/no-clickjacking
- Owner: daohoangson
- Created: 2013-10-30T11:48:10.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-12T15:23:57.000Z (over 9 years ago)
- Last Synced: 2024-04-16T02:26:57.528Z (7 months ago)
- Language: JavaScript
- Size: 135 KB
- Stars: 9
- Watchers: 4
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
no-clickjacking
===============Google Chrome Extension v1.1: [link](https://chrome.google.com/webstore/detail/clickjacking-reveal/ecillfeckjnmpgfdabblnebhibndmnho)
Firefox Extension v1.1: [link](https://addons.mozilla.org/en-US/firefox/addon/no-clickjacking/)
Safari Extension v1.1: [link](https://s3.amazonaws.com/sondh/no-clickjacking/no-clickjacking.safariextz)
CHANGE LOGS
===========2013-11-19
* Updated opacity check to consider all opacity less than 0.1 hidden. Some site has been using negative value (-1) or non-zero value (0.01) to avoid being revealed.
* Updated Firefox extension to work similar to its Chrome/Safari counter part (regarding getComputedStyle).
* Implemented strikes system to deal with inline !important rules. If the extension cannot reveal a hidden frame, the target will be deleted after the third strike.