Activity
From 03/05/2022 to 04/03/2022
04/01/2022
- 09:17 AM Haketilo changes owner
- Today an agreement has been reached for the purchase of Haketilo and Hydrilla by [Google LLC](https://en.wikipedia.or...
03/28/2022
03/27/2022
03/26/2022
03/25/2022
- 10:58 AM Feature #105 (Closed): [Roadmap 2][Milestone] validation of external JSON data
- Done in 1.0-beta2
- 10:57 AM Feature #113 (Closed): Make Haketilo's settings page display proper message when IndexedDB is unavailable
- Done in 1.0-beta2
- 10:57 AM Bug #116 (Closed): [MOZILLA] injecting a script causes mojibake
- Fixed in 1.0-beta3
- 10:52 AM Feature #110 (Closed): [Roadmap 9] LibrePlanet presentation
- We made the presentation[^lp2022]. Recording will hopefully be made available soon.
[^lp2022]: https://libreplanet... - 10:39 AM Haketilo 1.0 third pre-release (version 1.0-beta3)
- A third pre-release of version 1.0 of Haketilo has been made with the following improvements.
* [Mojibake](https://e... - 10:12 AM Revision 480b3a3f (haketilo): make Makefile automatically rewrite itself when Haketilo version is bumped
- 10:10 AM Revision ea15d008 (haketilo): bump version to 1.0-beta3
- 10:10 AM Revision e63c71d6 (haketilo): make a tar.gz distribution archive in one go (no intermediate .tar generation)
03/24/2022
- 09:55 PM Revision d911bf37 (haketilo): fix encoding detection in StreamFilter
- 09:30 PM Revision b9a6179c (haketilo): fix payload creation for file:// URLs
- 08:43 PM Revision 60c0b4fe (haketilo): delay loading of js code in test_policy_enforcing.py
- We don't want JS loading to happen upon python module load. We want to do it lazily. Here it was being done eagerly d...
- 08:43 PM Revision 749f1c85 (haketilo): prepare for exposing APIs to injected scripts
- 08:43 PM Revision bbc9fae4 (haketilo): serialize and deserialize entire Response object when relaying fetch() calls to other contexts using sendMessage
03/19/2022
- 02:22 PM Haketilo looking for developers 🔎
- The Memorandum of Understanding we signed with [NLnet](https://nlnet.nl/) makes us eligible to receive money as we co...
03/15/2022
- 11:31 AM Revision 6ca07019 (haketilo): delay loading of js code in test_policy_enforcing.py
- We don't want JS loading to happen upon python module load. We want to do it lazily. Here it was being done eagerly d...
- 11:20 AM Revision f650ee99 (haketilo): prepare for exposing APIs to injected scripts
- 10:16 AM Revision 13a707c6 (haketilo): serialize and deserialize entire Response object when relaying fetch() calls to other contexts using sendMessage
03/12/2022
- 06:19 PM Haketilo 1.0 second pre-release (version 1.0-beta2)
- A second pre-release of version 1.0 of Haketilo is out for you to try. Together with it are several bugfixes.
Pro... - 06:04 PM Revision 65351e8c (haketilo): add `dist` make target
03/11/2022
- 04:41 PM Revision 7f0b5ded (haketilo): don't double-modify response headers retrieved from cache
- 02:13 PM Revision 9aa2d862 (haketilo): don't double-modify response headers retrieved from cache
- 01:04 PM Revision aa34ed46 (haketilo): make the order of rules in generated CSP deterministic
- This is purely to help with automated testing.
03/10/2022
- 11:43 AM Revision 26459fb4 (haketilo): treat "view-source:" pages as privileged
- 11:43 AM Revision 8781ee15 (haketilo): fix application of default blocking rule under Chromium
- 11:43 AM Revision bace213c (haketilo): fix chromium synchronous policy fetching for file:/// URLs
- 11:43 AM Revision eae2250e (haketilo): fix incorrect variable reference
- 11:43 AM Revision aacacbb8 (haketilo): improvement to also properly sanitize intrinsics in XML documents under older browsers (IceCat 60)
- 11:43 AM Revision f37e4b6f (haketilo): bump version to 1.0-beta2
- 11:43 AM Revision ca21495c (haketilo): change "Install preview" button text to "More..."
- 11:43 AM Revision 003876d5 (haketilo): present appropriate error message when using popup in Private Browsing mode
- 10:31 AM Bug #115: [MOZILLA] writes to IndexedDB in private windows do not take effect
- I just confirmed there are no problems with Incognito mode on Chromium-based browsers
03/09/2022
- 07:10 PM Bug #116: [MOZILLA] injecting a script causes mojibake
- I just confirmed the issue doesn't exist on Chromium 90
- 06:50 PM Revision cb70284d (haketilo): fix application of default blocking rule under Chromium
- 06:43 PM Revision 387c8c2a (haketilo): fix chromium synchronous policy fetching for file:/// URLs
- 06:10 PM Revision 4d95758f (haketilo): fix incorrect variable reference
- 02:36 PM Feature #105: [Roadmap 2][Milestone] validation of external JSON data
- This has been on the `koszko` branch for some time
- 02:35 PM Bug #115: [MOZILLA] writes to IndexedDB in private windows do not take effect
- The immediate workaround - displaying an informative message - is already on `koszko` branch
- 02:34 PM Feature #113: Make Haketilo's settings page display proper message when IndexedDB is unavailable
- already on `koszko` branch
- 12:55 PM Revision c9c13120 (haketilo): improvement to also properly sanitize intrinsics in XML documents under older browsers (IceCat 60)
03/08/2022
- 06:28 PM Revision f1ae488f (haketilo): bump version to 1.0-beta2
- 06:16 PM Revision 177ccf0f (haketilo): change "Install preview" button text to "More..."
- 06:15 PM Revision 723c031e (haketilo): present appropriate error message when using popup in Private Browsing mode
- 05:34 PM Revision 093ec2a5 (haketilo): correct the Private Browsing mode notice on settings page
- 04:26 PM Revision b2c167f1 (haketilo-and-hydrilla): don't include schema patch version number in generated instances
03/07/2022
- 01:40 PM Revision 6a7f4f33 (haketilo-and-hydrilla): fix sending of JSON definition straight from disk file
- 11:00 AM Bug #116 (Closed): [MOZILLA] injecting a script causes mojibake
- On some websites injecting a payload results page's content being incorrectly decoded as latin1.
This was observed... - 10:05 AM Feature #113: Make Haketilo's settings page display proper message when IndexedDB is unavailable
- Displaying of message was added to the `koszko` branch but since then another issue related to IndexedDB was discover...
- 10:04 AM Bug #115 (Rejected): [MOZILLA] writes to IndexedDB in private windows do not take effect
- Firefox' Private Browsing mode uses a separate IndexedDB instance. This would not normally be a problem, except:
* H...
03/05/2022
Also available in: Atom