William Budington
William Budington
@exstrim401 @L34T @ryanerwin When running from the latest `master` commit, are you now seeing the following error message? > Security check is needed, try to visit https://accounts.google.com/b/0/DisplayUnlockCaptcha to unlock, or...
0a84406d4f1ce8f4dec7507aab4e2a7880716307 updates dependencies to implement the solution in https://github.com/EFForg/apkeep/issues/9#issuecomment-966260364. I was unable to reproduce the problem, so someone else will have to test it the current `master` fixes the problem.
Until I get an account that can effectively debug this, it's hard for me to track the issue down. When I turn off 2FA, I can download apps with my...
ping @gorhill
@gorhill we're not asking for a specific exception to Panopticlick. You could, for instance, incorporate Privacy Badger's Multi-Domain First Party list to group domains when disabling the extension: https://github.com/EFForg/privacybadger/blob/master/src/js/multiDomainFirstParties.js
This should be solved for uBlock as of https://github.com/EFForg/panopticlick-python/commit/08c724c9b6f208dd93022c6be98e8f8afcd686b9
I could imagine a case where a javascript instruction is not necessary to fill out a form, but very preferable. For instance: say a form, to prevent spammers, measures the...
How it currently stands: every load of the congress-forms-test front page makes hundreds of requests and queries on congress-forms. A JSON endpoint may not reduce the number of queries for...
By "base APK" do you mean the original, uploaded package? As I understand it, Google Play does not make this available, since it is in `aab` format and not suitable...
There are two separate issues here: 1. URLs that load before the extension itself loads 2. URLs that are loaded after the extension loads, but before the rulesets are loaded...