index
:
browser-extension
build-sys
jahoti
jahoti-update
koszko
master
nick
A Web Extension to facilitate replacing sites' js with user-supplied scripts
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
content
/
main.js
Age
Commit message (
Expand
)
Author
2021-09-13
rename the extension to "Haketilo"
Wojtek Kosior
2021-09-10
disable service workers when scripts are blocked
Wojtek Kosior
2021-09-09
restore compatibility with IceCat 60
Wojtek Kosior
2021-09-09
simplify CSP handling
...
Wojtek Kosior
2021-09-08
Fix sanitizing of non-HTML XMLDocument's
Wojtek Kosior
2021-09-06
re-enable sanitizing of data: URLs and also sanitize intrinsics on non-HTML p...
Wojtek Kosior
2021-09-04
fix script blocking bug under Chromium
Wojtek Kosior
2021-09-04
merge changes before version 0.1
Wojtek Kosior
2021-09-03
disable payload injection on non-html pages
Wojtek Kosior
2021-09-02
implement rethinked <meta> tags sanitizing approach
...
Wojtek Kosior
2021-09-02
enable toggling of global script blocking policy\n\nThis commit also introduc...
Wojtek Kosior
2021-08-27
add support for `ftp://' protocol
Wojtek Kosior
2021-08-27
enable whitelisting of `file://' protocol\n\nThis commit additionally also ch...
Wojtek Kosior
2021-08-26
improve signing\n\nSignature timestamp is now handled in a saner way. Sha256 ...
Wojtek Kosior
2021-08-23
use StreamFilter under Mozilla to prevent csp <meta> tags from blocking our i...
Wojtek Kosior
2021-08-20
sanitize `<meta>' tags containing CSP rules under Chromium
...
Wojtek Kosior
2021-08-18
remove unneeded policy-related cosole messages; restore IceCat 60 compatibility
Wojtek Kosior
2021-08-18
implement smuggling via cookies instead of URL
Wojtek Kosior
2021-08-14
Revert changes to content/main.js to commit 25817b68c*
...
jahoti
2021-08-02
[UNTESTED- will test] Add filtering for http-equiv CSP headers
jahoti
2021-07-26
Remove unnecessary imports of url_item and add a CSP header-parsing function
...
jahoti
2021-07-20
Merge rebranding to "Hachette"
Wojtek Kosior
2021-07-20
Merge commit 'ecb787046271de708b94da70240713e725299d86'
Wojtek Kosior
2021-07-19
Refer to the extension consistently as "Hachette" and remove TODOS.org
...
jahoti
2021-07-18
Streamline and harden unique values/settings
...
jahoti
2021-07-17
Revamp signatures and break header caching on FF
...
jahoti
2021-07-16
Use URL-based policy smuggling
...
jahoti
2021-07-12
merge jahoti into master
Wojtek Kosior
2021-07-12
Stop using the nonce consistently for a URL
...
jahoti
2021-07-11
Remove redundant nonce-based filtering in the script suppressor
jahoti
2021-07-06
show some settings of the current page in the popup
Wojtek Kosior
2021-07-02
move parsing of url with targets to misc.js
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
License script-blocking techniques from NoScript in machine-readable format.
...
jahoti
2021-06-25
gather all copyright info in 'copyright' file
Wojtek Kosior
2021-06-18
when possible inject CSP as http(s) header using webRequest instead of adding...
Wojtek Kosior
2021-06-14
change licenses
Wojtek Kosior
2021-05-13
utilize CSP for blocking
Wojtek Kosior
2021-05-12
use unique hashes when smuggling whitelist setting
Wojtek Kosior
2021-05-12
stop using js modules
Wojtek Kosior
2021-05-10
initial commit
Wojtek Kosior