question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Set of default filters to increase privacy

See original GitHub issue

Post edited to clarify. I hadn’t even said what is this for.

I’m planning on installing Request Control in several devices (all of them using Firefox), and I think it could benefit from a good set of default rules to increase privacy.

My scenario is: several platforms transform links in comments to redirectors, e.g. YouTube (any link to sites other tan YouTube will point https://www.youtube.com/redirect?q=ACTUAL_TARGET_URL) and Disqus. This links, supposedly created to increase privacy, may track your movement from site to site and/or inform targeted ads agencies.

Also, I’m under the impression that Request Control already strips URLs from &utm metadata, but there are other sites that use different codes.

My plan is to write rules to avoid these redirectors, to allow users like myself to install Request Control, subscribe to this list, and then forget about it. Kind of like uBlock Origin works actually.

I know that you haven’t been interested in this…

[The default rules are just examples. You’re supposed to create your own rules.] (https://github.com/tumpio/requestcontrol/issues/106#issuecomment-523075116)

but I’d nevertheless like to publish these rules somewhere, probably FilterLists. Would you be interested in bundling these rules in your project, or linking to them somewhere in your add-on / README.md?

(I originally suggested to add a mechanism to subscribe to filters, but it doesn’t really matter much… all I’d had to do is to download the list locally and import it, still pretty convenient.)

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:1
  • Comments:37 (34 by maintainers)

github_iconTop GitHub Comments

2reactions
ArenaL5commented, Jan 30, 2021

@ThurahT Thank you for your concern. I’m very fortunately doing alright; I hope you are, too.

The filter you’re looking for is already part of Request Control’s defaults and should work with your example URL.

I deleted the GitHub Gist because it was obsolete and @tumpio already merged my latest updates into the master branch (along with updates from other contributors). To use the newest filters, you can either build Request Control from source, or import the 13 rulesets at this folder.

If you’re only adding filters for Disqus, you might be interested in this one as well (it’s in the same file); it downloads embedded images from their original location instead of Disqus’s servers.

Feel free to report back if you have any problem or suggestion.

1reaction
ArenaL5commented, Jan 31, 2021

Glad I could help!

Also, you don’t need to know JavaScript to create your own rules. Regexps, on the other hand… you should, but the basics are much easier than you think. You can always test your rules with the Test selected button anyways.

EDIT: To be precise, the rulesets can’t have any JavaScript. JavaScript would be useful if you want to improve Request Control itself, or for other addons.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Saving Your Default Filters View - Sisense Documentation
To save your current set of filters: In the Filters menu, click Set as My Default Filters .
Read more >
RLS to set a default but switchable set of filters
I'm trying to implement RLS in a PBI file where we have a hierarchy that basically amounts to our org chart. My intent...
Read more >
How to set default filters on Table Filter macro
Go to the “Filters” tab, click the “+Add filter” option and select the required filters for correspondent columns. Then put the needed default...
Read more >
Idea: Ability to Change Default Settings on Filters and Formatting
It would be super helpful to have the ability to change the default settings for filters and formatting. Specifically for filters: 1. Ability...
Read more >
How to set a Predefined Filter as Default? - ServiceNow
Solved: For a table I have created one filter. After selecting that filter ,that is working. But after refreshing the page, the filter...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found