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

Some rules may cast a net thats too wide. #75

Open
H3wastooshort opened this issue Mar 12, 2023 · 0 comments
Open

Some rules may cast a net thats too wide. #75

H3wastooshort opened this issue Mar 12, 2023 · 0 comments

Comments

@H3wastooshort
Copy link

H3wastooshort commented Mar 12, 2023

This rule may cast too big of a net. Some sites like transfernow.net - a file sharing service used by some family members to recieve files from friends - dont fuction with ClearURLs and I suspect it's this rule that is to blame. This, combined with the lack of a way to exlude sites from ClearURLs' filtering in the AddOn's settings is bad.

Logs (censored):

{
  "log": [
    {
      "before": "https://XXXX.ingest.sentry.io/api/XXXX/envelope/?sentry_key=XXXX&sentry_version=7&sentry_client=sentry.javascript.nextjs%2F7.29.0",
      "after": "https://XXXX.ingest.sentry.io/api/XXXX/envelope/?sentry_key=XXXX&sentry_version=7&sentry_client=sentry.javascript.nextjs%2F7.29.0",
      "rule": "Diese Hyperlink-Auditing-Anfrage wurde blockiert",
      "timestamp": 1678649308659
    },
    {
      "before": "https://dreamnice.transfernow.net/de/dltransfer?utm_source=XXXX&utm_medium=XXXX",
      "after": "https://dreamnice.transfernow.net/de/dltransfer?utm_medium=XXXX",
      "rule": "(?:%3F)?utm(?:_[a-z_]*)?",
      "timestamp": 1678649311660
    },
    {
      "before": "https://dreamnice.transfernow.net/de/dltransfer?utm_medium=XXXX",
      "after": "https://dreamnice.transfernow.net/de/dltransfer",
      "rule": "(?:%3F)?utm(?:_[a-z_]*)?",
      "timestamp": 1678649311694
    },
    {
      "before": "https://XXXX.ingest.sentry.io/api/XXXX/envelope/?sentry_key=XXXX&sentry_version=7&sentry_client=sentry.javascript.nextjs%2F7.29.0",
      "after": "https://XXXX.ingest.sentry.io/api/XXXX/envelope/?sentry_key=XXXX&sentry_version=7&sentry_client=sentry.javascript.nextjs%2F7.29.0",
      "rule": "Diese Hyperlink-Auditing-Anfrage wurde blockiert",
      "timestamp": 1678649317901
    }
  ]
}
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