aboutsummaryrefslogtreecommitdiff
path: root/TODOS.org
diff options
context:
space:
mode:
authorWojtek Kosior <wk@koszkonutek-tmp.pl.eu.org>2021-05-12 13:36:09 +0200
committerWojtek Kosior <wk@koszkonutek-tmp.pl.eu.org>2021-05-12 13:36:09 +0200
commit89db6823fae5099816732c3cd2ba39700c1c4607 (patch)
treea4bb0c9bba8b329c19d8287c00e3af9b66b63b4d /TODOS.org
parent01937dc9d5215ef96ce756e3ccda51bf29032f58 (diff)
downloadbrowser-extension-89db6823fae5099816732c3cd2ba39700c1c4607.tar.gz
browser-extension-89db6823fae5099816732c3cd2ba39700c1c4607.zip
remove remnants of LibreJS
Diffstat (limited to 'TODOS.org')
-rw-r--r--TODOS.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODOS.org b/TODOS.org
index 2e3c210..72aa13c 100644
--- a/TODOS.org
+++ b/TODOS.org
@@ -9,7 +9,6 @@ TODO:
those scripts are already free, as is often the case)
- also, find some convenient way to automatically re-add "on" events ("onclick" & friends)
- add some good, sane error handling
-- implement whitelisting (LibreJS had some code doing it, but we'll see if it's of any use for us) -- CRUCIAL
- make it possible to export page settings in some format -- CRUCIAL
- get rid of those warnings and exceptions in console (many are not even related to this extension;
who invented this thing?) (gecko-only)
@@ -18,7 +17,6 @@ TODO:
settings and settings for pages that currently happen to
live in iframes
- add some nice styling to settings page
-- clean up the remnants of LibreJS
- stop using modules (not available on all browsers) -- CRUCIAL
- use non-predictable value in place of "myext-allow", utilizing hashes -- CRUCIAL
- rename the extension to something good
@@ -41,6 +39,8 @@ TODO:
- rearrange files in extension, add some mechanism to build the extension
DONE:
+- clean up the remnants of LibreJS -- DONE 2021-05-12
+- implement whitelisting -- DONE 2021-05-07
- find way to also block scripts in non-http pages (e.g. file://) -- DONE 2021-05-07 (via content scripts, may not be perfect)
(NoScript seems to be doing this through CSP)
- make page settings easily and conveniently editable in a separate window/tab -- DONE 2021-05-05