Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a whitelist domain #109

Open
3 tasks done
DataHearth opened this issue Dec 25, 2022 · 0 comments
Open
3 tasks done

Add a whitelist domain #109

DataHearth opened this issue Dec 25, 2022 · 0 comments

Comments

@DataHearth
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant