Commit Graph

412 Commits

Author SHA1 Message Date
kkapsner 13203a905d arrayFake did not correctly compute if values were faked
Fixes #531
2021-06-12 00:58:37 +02:00
kkapsner 277bef1227 Clean up white spaces 2021-06-12 00:50:05 +02:00
kkapsner 51e76bafce New alpha version 2021-06-06 15:01:32 +02:00
kkapsner 8dddff85cc Cleanup 2021-06-06 14:43:46 +02:00
kkapsner 0d581403c1 toBlob is not a constructor 2021-05-26 08:19:43 +02:00
kkapsner a7d02efd09 Fix toString for proxies 2021-05-26 08:19:43 +02:00
kkapsner 211d6710f6 First proxy attempt 2021-05-26 08:19:43 +02:00
kkapsner 42b19a4ba5 Added status button in browser action to see and set the whitelist status
Fixes #535
2021-05-25 16:44:20 +02:00
kkapsner b614b84b5f Set random supply if settings were preloaded
Fixes #544
2021-05-04 22:52:37 +02:00
kkapsner 872e633025 Convenience preset did not work properly 2021-03-06 11:10:18 +01:00
kkapsner ee87773ce2 Limit periodical rnd clearing
Periodical persistent rnd clearing does not clear in active tabs.

Fixes #518
2021-02-21 11:49:29 +01:00
kkapsner a5558b4144 Add button to reload extension if update pending
For #522
2021-01-26 21:45:15 +01:00
kkapsner 8e5986817e Update improvements
For #522
2021-01-26 13:47:11 +01:00
kkapsner e48710eee9 Fix message canvasBlocker-unload
For #522
2021-01-26 13:34:51 +01:00
kkapsner 945c2716c9 Improved input faking performance further
fixes #517
2021-01-13 20:06:03 +01:00
kkapsner 1f1d7052a1 Fix bug in webGl parameter faking
Fixes #508
2021-01-03 22:23:46 +01:00
kkapsner e2c5dfc06e added {disabled} to UNMASKED_VENDOR_WEBGL and UNMASKED_RENDERER_WEBGL
to disabled the WEBGL_debug_renderer_info extension

Fixes #508
2021-01-03 21:11:17 +01:00
kkapsner b4a744660b Improved performance for protected canvas part "input"
Fixes #517
2021-01-03 17:36:40 +01:00
kkapsner fcbc622cef Revert iframe protection upon window unload
Fixes #519
2021-01-03 17:32:57 +01:00
kkapsner f4d09e43ac added {empty}, {false} and {undefined} to webGL preference parameters
(i.e. VENDOR, RENDERER, UNMASKED_VENDOR_WEBGL and
UNMASKED_RENDERER_WEBGL)

For #508
2021-01-02 11:05:52 +01:00
kkapsner 701eb979ed Updated DOMRect protection 2020-11-02 13:49:42 +01:00
kkapsner d5417cf807 Improved exportFunctionWithName
To reduce the need of double exports.
2020-11-02 13:11:50 +01:00
kkapsner 0a290b3521 Fix stuck Fenix
Fixes #503
2020-11-02 11:54:43 +01:00
kkapsner 2e91f85d8f Added offscreen canvas protection
Fixes #467
2020-06-01 14:25:47 +02:00
kkapsner 2c141277e8 Set proper name for faked getContext 2020-06-01 14:03:32 +02:00
kkapsner 253d3f68b1 Added canvas cache to isPointInPath and isPointInStroke 2020-05-24 23:39:44 +02:00
kkapsner f2b55fe7a2 Add missing APIs to ignoredAPIs 2020-03-17 20:04:28 +01:00
kkapsner ec128796e3 Added TextMetrics protection
Fixes #448
2020-03-14 12:54:23 +01:00
kkapsner 84e40b5eb4 Some code improvements
Fixes #439
2020-02-01 22:00:39 +01:00
kkapsner 6fbb9339a1 Remove duplicated code 2020-01-26 01:11:18 +01:00
kkapsner 3d881d3c7d Fix group filtering in revertProperties 2020-01-25 10:04:54 +01:00
kkapsner cc8ca147b0 Added container specific navigator settings 2020-01-25 01:03:05 +01:00
kkapsner 01b63b356c Added parameters to parseTranslation 2020-01-25 00:42:16 +01:00
kkapsner 6c22788096 Cleanup CanvasBlocker
once Firefox supports browser.runtime.onSuspend
2020-01-23 15:36:32 +01:00
kkapsner 9353f71455 Added notice for privacy.resistFingerprinting
Fixes #427
2020-01-23 15:23:56 +01:00
kkapsner f3f6df229f Undo interception in top windows
Fixes #431
2020-01-23 13:56:14 +01:00
kkapsner e2efb727b9 Always specify correct function names 2020-01-22 13:38:24 +01:00
kkapsner 363940014d Protect exportFunction with defineAs
For #429
2020-01-19 01:27:26 +01:00
kkapsner d09340e84f Fix fields hosted on braintree when window API is protected
Fixes #417
2020-01-02 11:41:13 +01:00
kkapsner 85c88ad3d8 window.name protection was detectable 2020-01-01 00:30:16 +01:00
kkapsner 4601dd25af Allow cross origin arguments and remove apply(..., Array.from)
Fixes #415
2019-12-29 23:40:39 +01:00
kkapsner 8506757c62 Code cleanup: improve modifiedCanvasAPI 2019-12-29 11:46:47 +01:00
kkapsner e3182b562b Code cleanup: improve webgl.js 2019-12-29 00:45:20 +01:00
kkapsner abdb95b815 Code cleanup: reduce block nesting 2019-12-29 00:18:05 +01:00
kkapsner 10413a89c3 Switch to asych/await where useful 2019-12-28 23:23:55 +01:00
kkapsner 3dc39e11a5 eslint cleanup 2019-12-24 00:32:50 +01:00
kkapsner 6fb7622fec Always use exportFunctionWithName 2019-12-13 17:34:14 +01:00
kkapsner af1dfe755c Simplified code structure 2019-12-12 23:44:02 +01:00
kkapsner 14a4d1cdc2 Get rid of eval. 2019-12-12 00:09:53 +01:00
kkapsner 32f9ea7447 Remove code duplications and cleanup 2019-12-10 15:07:22 +01:00