1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-06-07 13:57:49 +02:00
Commit Graph

592 Commits

Author SHA1 Message Date
kkapsner
15feed6445 Release note update 2018-08-19 23:35:42 +02:00
kkapsner
fe013c9058 Fixed display conditions for notification settings 2018-08-19 23:34:50 +02:00
kkapsner
212cce2ed3 Set text color for popups
Fixes #226.
2018-08-19 23:25:19 +02:00
kkapsner
0d5c9beeb3 Fix vertical position of "don't..."-checkbox. 2018-08-19 00:23:02 +02:00
kkapsner
cedd2137e2 Added option "Don't show again on update." for options page.
Fixes #227.
2018-08-19 00:13:43 +02:00
kkapsner
34019f2515 Added link to standalone options page.
As mentioned in #221.
2018-08-18 22:41:34 +02:00
kkapsner
635912c8b9 Fixed options standalone detection. 2018-08-18 22:35:52 +02:00
kkapsner
dfc613db04 Added version display to options page.
As suggested in #221.
2018-08-18 21:50:04 +02:00
YFdyh000
9418496c13 Add zh_CN locale 2018-08-07 04:57:39 +08:00
kkapsner
bf868eb6ae Missing semicolon in CSP
Fixed #224.
2018-08-02 20:56:01 +02:00
kkapsner
d71f427598 Use non language specific review url
Fixes #219.
2018-07-31 20:40:13 +02:00
kkapsner
2ade097dd9 Version 0.5.3 2018-07-31 20:38:21 +02:00
kkapsner
d7b773a951 Updated release notes for release. 2018-07-31 15:39:53 +02:00
kkapsner
c2c916dd92 Added "review" in browser action popup 2018-07-31 14:17:39 +02:00
kkapsner
05a3429dbe Change browser action icon depending on fake status.
As mentioned in #217
2018-07-31 13:36:34 +02:00
kkapsner
4a6c5192f8 Added browser toolbar icon
Fixes #217
2018-07-29 21:43:40 +02:00
kkapsner
9b18631768 separate persistent random numbers for incognito windows 2018-07-28 14:13:14 +02:00
kkapsner
7f1fe0ed1c Intercepting broken on getter.
Issue mentioned in #215
2018-07-28 13:44:21 +02:00
kkapsner
b91d2f17b1 Typo 2018-07-25 08:38:09 +02:00
kkapsner
9a26baf5c1 Block blob in Firefox ESR (52) 2018-07-24 23:30:00 +02:00
kkapsner
942d74ce54 Optimized CSP 2018-07-24 21:30:57 +02:00
kkapsner
ab114f419c Fixed syntax errors in fr translation. 2018-07-24 14:54:47 +02:00
kkapsner
fb25077f12 Added French translation
Thanks to Maleficient.
2018-07-23 23:53:36 +02:00
kkapsner
c037038da6 Applying code style rules. 2018-07-21 19:35:24 +02:00
kkapsner
7bfd300f6a Inject CSP only in the relevant requests.
Prevents detection of CB.
2018-07-21 19:34:24 +02:00
kkapsner
92da6fc809 Typo 2018-07-21 14:30:13 +02:00
kkapsner
495e461cee Version 0.5.2 2018-07-21 13:54:01 +02:00
kkapsner
7cbc00f3b9 Updated release notes for release. 2018-07-21 13:28:22 +02:00
kkapsner
8389165b70 Allow blob and filesystem schemes
They are protected and do not need to be blocked (like data-URLs).

Fixes #212 and fixes #213.
2018-07-21 13:25:15 +02:00
kkapsner
eb1a441625 Aded blob scheme test.
To reprooduce #212 and #213.
2018-07-21 13:20:45 +02:00
kkapsner
698ead8097 Updated release notes for release submission. 2018-07-21 00:33:14 +02:00
kkapsner
9ba9c48422 Block data URLs instead of their requests
Fixes #211
2018-07-21 00:32:15 +02:00
kkapsner
0ce446cf52 Improved dataUrlTest
Makes #211 reproducible.
2018-07-21 00:17:00 +02:00
kkapsner
5077c86859 Added session white list
Fixes #197
2018-07-17 13:07:50 +02:00
kkapsner
6c2dbbebf0 Close page action after changes are written to storage.
Fixes #209.
2018-07-17 12:58:52 +02:00
kkapsner
9753681651 Return storage promise from settings.set(). 2018-07-17 12:54:10 +02:00
kkapsner
1f5f5bccc4 Remove all traces of the addon in the displayed calling stack. 2018-07-17 12:50:40 +02:00
kkapsner
bb4f43ec6d Version 0.5.1 2018-07-16 09:14:01 +02:00
kkapsner
32175f2045 Typo 2018-07-16 09:13:25 +02:00
kkapsner
b6a80c0b69 Typos 2018-07-16 09:11:55 +02:00
kkapsner
95c826ad8d Fixed release notes. 2018-07-16 00:59:06 +02:00
kkapsner
2756b0b165 Added release notes for 0.5.0a and 0.5.0b 2018-07-16 00:38:23 +02:00
kkapsner
a2847d9f6a Added list of protected APIs to the addon description. 2018-07-16 00:28:02 +02:00
kkapsner
388736d169 Refined detection test. 2018-07-16 00:21:56 +02:00
kkapsner
63eedcbdb4 Display API white list in all block modes. 2018-07-16 00:15:49 +02:00
kkapsner
47a9519ceb "Protect" data URL pages by blocking outgoing requests
Fixes #208
2018-07-16 00:14:44 +02:00
kkapsner
8ca23e37e1 Added test for data URL pages
For #208.
2018-07-16 00:05:33 +02:00
kkapsner
95f8faed6f Content scripts should match about:blank
As mentioned in https://bugzilla.mozilla.org/show_bug.cgi?id=1475831 it
should protect data URL pages (see #208) - but it doesn't...

Reopens #165
2018-07-16 00:01:25 +02:00
kkapsner
14ada6a7b0 Test getImageData first.
Shows if getImageData is actually protected.
2018-07-15 23:58:52 +02:00
kkapsner
8db0774d7c Added note where the dynamic content script fails. 2018-07-15 22:39:03 +02:00