| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | White/Black lists back-end refactoring, fixing entry truncation on removal an... | hackademix | 2018-07-29 | 1 | -36/+10 |
* | Refactor and fix HTTP response filtering to touch only scripts, either extern... | hackademix | 2018-07-17 | 1 | -100/+42 |
* | Corrected case for pages with no inline scripts | Ruben Rodriguez | 2018-05-22 | 1 | -1/+4 |
* | Add basic time profiling to dbg_print | Ruben Rodriguez | 2018-05-11 | 1 | -0/+3 |
* | Made less verbose when debug is off | Ruben Rodriguez | 2018-05-11 | 1 | -7/+7 |
* | Correct hack that prevents parsing non-html documents. Still needs work. | Ruben Rodriguez | 2018-05-11 | 1 | -4/+6 |
* | Do not process non-javascript scripts (json, templates, etc) | Ruben Rodriguez | 2018-05-11 | 1 | -16/+14 |
* | Check global license and add to popup. Prevent parsing inline scripts if ther... | Ruben Rodriguez | 2018-05-11 | 1 | -1/+5 |
* | Refactor whitelisting at read_script() | Ruben Rodriguez | 2018-05-11 | 1 | -7/+1 |
* | Correct tab and badge initialization to prevent race conditions | Ruben Rodriguez | 2018-05-11 | 1 | -10/+9 |
* | Prevent evaluation of external scripts, as they are always nontrivial | Ruben Rodriguez | 2018-05-11 | 1 | -2/+8 |
* | Generalize comment styles for @license matching at license_read(), and avoid ... | Ruben Rodriguez | 2018-05-11 | 1 | -1/+5 |
* | Enable legacy license matching and hash whitelist matching at license_read() | Ruben Rodriguez | 2018-05-11 | 1 | -0/+7 |
* | HACK: do not process non-html documents in read_document | Ruben Rodriguez | 2018-05-03 | 1 | -1/+5 |
* | Always clear unused_data[tabid] before script evaluation | Ruben Rodriguez | 2018-05-03 | 1 | -6/+1 |
* | Use multi-part fetch mechanism for read_script | Ruben Rodriguez | 2018-05-03 | 1 | -2/+6 |
* | Do not run license_read on whitelisted scripts | Ruben Rodriguez | 2018-05-03 | 1 | -2/+4 |
* | Evaluate the original script, not the mangled copy for reserved access evalua... | Ruben Rodriguez | 2018-05-03 | 1 | -2/+2 |
* | Fixes to the CSS plus showing links instead of hashes | Ruben Rodriguez | 2018-04-27 | 1 | -9/+10 |
* | Fixed failed license recognition bug for script declarations with magnet links | NateN1222 | 2018-03-26 | 1 | -5/+15 |
* | began to implement old declaration method | NateN1222 | 2018-03-26 | 1 | -20/+15 |
* | Improved automatic whitelist system with a new script to handle generating/in... | NateN1222 | 2018-03-17 | 1 | -1/+6 |
* | Moved data to seperate files | NateN1222 | 2018-03-17 | 1 | -924/+3 |
* | Added a system to declare the license of intrinsic events on a page | NateN1222 | 2018-03-04 | 1 | -29/+78 |
* | fixed merge conflict | NateN1222 | 2018-03-03 | 1 | -26/+22 |
|\ |
|
| * | make return vals consistent | bill-auger | 2018-03-01 | 1 | -26/+20 |
* | | removed unused data, various small tweaks | NateN1222 | 2018-03-03 | 1 | -35/+23 |
|/ |
|
* | Made all onBeforeRequest listeners cancel requests to Google Analytics URLs | NateN1222 | 2018-02-04 | 1 | -14/+35 |
* | Created a basic build script mostly to serve as an example of what files | NateN1222 | 2018-01-27 | 1 | -1/+1 |
* | Added pre-request blocking for Google Analytics so that Google cannot register | NateN1222 | 2018-01-27 | 1 | -4/+39 |
* | cleaned up source and added license info | NateN1222 | 2017-10-28 | 1 | -16/+35 |
* | Minor changes for release on mozilla addon store | NateN1222 | 2017-10-28 | 1 | -8/+8 |
* | removed debug buttons from blocked scripts display screen | NateN1222 | 2017-10-22 | 1 | -75/+75 |
* | New approach to evaluation | NateN1222 | 2017-10-21 | 1 | -133/+136 |
* | Better JSON generation page | NateN1222 | 2017-10-19 | 1 | -81/+961 |
* | Made a debugging page for the evaluation code | NateN1222 | 2017-10-11 | 1 | -12/+17 |
* | partially implemented full triviality test | NateN1222 | 2017-10-08 | 1 | -11/+102 |
* | Broke up the main file and fixed the bug causing the page to get corrupted | NateN1222 | 2017-10-07 | 1 | -114/+72 |
* | Added page status indicator, made page script data get deleted when it become... | NateN1222 | 2017-10-01 | 1 | -106/+82 |
* | improvements to HTML script extraction | NateN1222 | 2017-09-30 | 1 | -16/+116 |
* | Changes to inline script evaluation | NateN1222 | 2017-09-24 | 1 | -20/+25 |
* | Improvements to inline script evaluation | NateN1222 | 2017-09-23 | 1 | -27/+30 |
* | Started implementing the editing of scripts within a pages HTML. now requires... | NateN1222 | 2017-09-22 | 1 | -93/+151 |
* | Implemented buttons in context menu, improved options screen, added window to... | NateN1222 | 2017-09-09 | 1 | -8/+62 |
* | Implemented a default whitelist | NateN1222 | 2017-09-03 | 1 | -2/+25 |
* | whitelist/blacklist now depends solely on the scripts hash | NateN1222 | 2017-09-03 | 1 | -17/+60 |
* | Contact founder now generates "mailto:" links | NateN1222 | 2017-09-02 | 1 | -4/+12 |
* | Added a crypto library, implemented hash based storage of scripts | NateN1222 | 2017-08-31 | 1 | -19/+84 |
* | Made the blacklist/whitelist/forget preference buttons in the GUI work | NateN1222 | 2017-08-30 | 1 | -52/+147 |
* | Fixed the script editing code so it actually blocks what it says it blocks | NateN1222 | 2017-08-30 | 1 | -101/+101 |