Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-12 | Stop using the nonce consistently for a URL | jahoti | |
Nonces are now randomly generated, either in the page (for non-HTTP(S) pages) or by a background module which stores them by tab and frame IDs. In order to support the increased variance in nonce-generating methods and allow them to be loaded from the background, handle_page_actions is now invoked separately according to (non-)blocking mechanism. | |||
2021-07-11 | Remove redundant nonce-based filtering in the script suppressor | jahoti | |
2021-07-11 | Integrate browser.js into exports_init.js, and streamline the result | jahoti | |
2021-07-06 | Merge popup display | Wojtek Kosior | |
2021-07-06 | show some settings of the current page in the popup | Wojtek Kosior | |
2021-07-04 | Revamp default settings | jahoti | |
Default settings are now provided in the same format as data exported from the extension, incorporating them into the main program as part of the build process. Also, modify their contents; the apparently non-functional FSF stuff is gone, replaced with fixes for BandCamp, WorldCat, and SumOfUs. | |||
2021-07-02 | enable opening settings page with certain item immediately in edit mode | Wojtek Kosior | |
2021-07-02 | move parsing of url with targets to misc.js | Wojtek Kosior | |
2021-07-02 | ignore some special files (emacs automatic backups) when building | Wojtek Kosior | |
2021-07-01 | Employ issue tracker | Wojtek Kosior | |
2021-06-30 | fix whitelisting under Firefox | Wojtek Kosior | |
2021-06-30 | remove trailing whitespace | Wojtek Kosior | |
2021-06-30 | refactor 3 miscellaneous fnctionalities to a their single own file | Wojtek Kosior | |
2021-06-30 | emply an sh-based build system; make some changes to blocking | Wojtek Kosior | |
2021-06-28 | Index two new files intended for the previous commit. | jahoti | |
2021-06-28 | License script-blocking techniques from NoScript in machine-readable format. | jahoti | |
In-page blocking now works on Firefox, and JavaScript/data- URLs are properly blocked to ensure no JavaScript leaks in through backdoors. Blocking of HTML/XML data: urls should be refined (eventually) to align with current practice for pages in general. Also, script-blocking is now filtered by nonce, making it possible (albeit perhaps not desirable) to inject scripts before the DOM is complete. | |||
2021-06-26 | remove mnetion of LGPL from javascript exception to the GPL | Wojtek Kosior | |
2021-06-25 | make it clear "A" license contains text from BSD license with its own copyright | Wojtek Kosior | |
2021-06-25 | gather all copyright info in 'copyright' file | Wojtek Kosior | |
2021-06-23 | Fix storage initialization on Icecat 60 | jahoti | |
This patch fixes storage initialization on Gecko browsers by switching from using a background page to using a list of scripts. It remains a mystery why that should have any effect; the only hint is that browser.runtime.onInstalled does not fire when called from a script loaded in a background page. Signed-off-by: jahoti <jahoti@tilde.team> | |||
2021-06-21 | change horizontal line style to light green | Nicholas Johnson | |
2021-06-20 | add button styling | Nicholas Johnson | |
2021-06-19 | add import/export functionality | Wojtek Kosior | |
2021-06-18 | remove unused source files | Wojtek Kosior | |
2021-06-18 | update Asshole license text | Wojtek Kosior | |
2021-06-18 | when possible inject CSP as http(s) header using webRequest instead of ↵ | Wojtek Kosior | |
adding a <meta> tag | |||
2021-06-14 | change licenses | Wojtek Kosior | |
2021-05-14 | react to few bugs | Wojtek Kosior | |
2021-05-14 | support wildcard urls in settings | Wojtek Kosior | |
2021-05-13 | make extension work under IceCat 60 | Wojtek Kosior | |
2021-05-13 | utilize CSP for blocking | Wojtek Kosior | |
2021-05-13 | only allow a single injection payload for page, rely on script bags for ↵ | Wojtek Kosior | |
complex payloads | |||
2021-05-12 | rename "bundles" to "bags" | Wojtek Kosior | |
2021-05-12 | use unique hashes when smuggling whitelist setting | Wojtek Kosior | |
2021-05-12 | fix bug when saving page/bundle | Wojtek Kosior | |
2021-05-12 | stop using js modules | Wojtek Kosior | |
2021-05-12 | remove remnants of LibreJS | Wojtek Kosior | |
2021-05-10 | initial commit | Wojtek Kosior | |