Qwant/qwant-viprivacy

Add a whitelist domain

Opened this issue · 0 comments

Prerequisites

Please answer the following questions for yourself before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

  • I am running the latest version
  • I checked the documentation and found no answer
  • I checked to make sure that this issue has not already been filed

Problem Description

I'm working projects using google fonts' CDN. After debugging, it seems qwant-vipracy is blocking the domain serving those fonts (fonts.gstatic.com).

Proposed Solution

Add a whitelist system where we can filter which rules are applied or not

E.g:
https://youtube.com => *.gstatic.com = blocked
https://*.domain.com => fonts.gstatic.com = authorized

Alternatives Considered

If domain identification and/or rules filtering are too much hassle to implement, just the ability to add a single URL in whitelist without filtering on rules (everything allowed)

E.g:
https://my.domain.com => everything allowed

Additional Information

None