Project

General

Profile

Download (2.43 KB) Statistics
| Branch: | Tag: | Revision:

haketilo / manifest.json @ 4c6a2323

# Date Author Comment
4c6a2323 01/29/2022 12:04 AM koszko

make Haketilo buildable again (for Mozilla)

How cool it is to throw away 5755 lines of code...

702eefd2 12/31/2021 02:23 PM koszko

utilize Pattern Tree to decide the policy to use and modify HTTP response headers according to that policy

This commit also enhances the build script so that preprocessor conditionals can now use operators '&&' and '||'.
The features being developed are not yet included in the actual Haketilo build....

b590eaa2 12/22/2021 04:39 PM koszko

reworked build system; added missing license notices

8475676a 12/13/2021 05:59 PM koszko

change extension's author to something sensible

96068ada 11/20/2021 06:29 PM koszko

replace cookies with synchronous XmlHttpRequest as policy smuggling method.

Note: this breaks Mozilla port of Haketilo. Synchronous XmlHttpRequest doesn't work as well there. This will be fixed with dynamically-registered content scripts later.

44fa85f3 10/06/2021 02:00 AM jahoti

Restart modifications to build with a makefile in mind

e9b6187e 09/14/2021 07:29 PM koszko

bump version to 0.1

2bd35bc4 09/13/2021 04:56 PM koszko

rename the extension to "Haketilo"

ed08ef1a 09/06/2021 04:45 PM koszko

generate Chromium unique key automatically in `build.sh'

d1d5d4fb 09/02/2021 06:39 PM koszko

also require "unlimitedStorage" permission to avoid surprise later

d85dcc1e 09/01/2021 11:55 AM koszko

change description

081739e7 07/20/2021 12:03 PM koszko

Merge rebranding to "Hachette"

97f683e2 07/19/2021 02:00 AM jahoti

Change the icon

6b12a034 07/19/2021 02:00 AM jahoti

Refer to the extension consistently as "Hachette" and remove TODOS.org
from the copyright file

008efedd 07/01/2021 05:12 PM koszko

Employ issue tracker

261548ff 06/30/2021 12:28 PM koszko

emply an sh-based build system; make some changes to blocking

edbbe400 06/28/2021 02:00 AM jahoti

License script-blocking techniques from NoScript in machine-readable format.

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...

b93f26bf 06/25/2021 11:48 AM koszko

gather all copyright info in 'copyright' file

c744eb0e 06/23/2021 03:38 AM jahoti

Fix storage initialization on Icecat 60

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...

6bae771d 06/14/2021 05:13 PM Wojtek Kosior

change licenses

31fa27e8 05/13/2021 12:40 PM Wojtek Kosior

make extension work under IceCat 60

55fb3e4b 05/12/2021 05:25 PM Wojtek Kosior

use unique hashes when smuggling whitelist setting

7f368d46 05/12/2021 04:00 PM Wojtek Kosior

stop using js modules

01937dc9 05/10/2021 06:18 PM Wojtek Kosior

initial commit