RequestPolicyContinued / subscriptions

subscriptions for RequestPolicyContinued
http://requestpolicycontinued.github.io/
Other
18 stars 6 forks source link

allow_functionality > rule bundle > Recaptcha #58

Open myrdd opened 7 years ago

myrdd commented 7 years ago

It's quite annoying to allow Recaptcha requests every time required, especially because one needs to observe it's a blocked Recaptcha request causing something (e.g. a login) to fail.

Recaptcha requires the following destinations to be allowed:

[
  {perPath: "https://www.google.com", pathPrefix: "/recaptcha/"},
  {prePath: "https://www.gstatic.com", pathPrefix: "/recaptcha/"},
]

I imagine this will be a "rule bundle", compare https://github.com/RequestPolicyContinued/requestpolicy/issues/338. This means that when the subscriptions are enabled, it will not automatically allow requests to Recaptcha, but in the menu a Bundle Destination will appear if and only if one of the rules in the bundle matches some blocked request on the current site.

myrdd commented 7 years ago

site for testing: https://patrickhlauke.github.io/recaptcha/

Zero3K commented 6 years ago

I would also like to see this added. When it is added, it should be made to automatically allow requests to reCAPTCHA.