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

a few questions regarding usage #144

Open
coldbootinitheart opened this issue Mar 19, 2021 · 2 comments
Open

a few questions regarding usage #144

coldbootinitheart opened this issue Mar 19, 2021 · 2 comments
Labels

Comments

@coldbootinitheart
Copy link

coldbootinitheart commented Mar 19, 2021

How exactly is requestcontrol different from tools specializing in url cleaning like CleanUrls (apart from being more versatile that is)? requestcontrol does not seem to be filtering gclid and dclid (google ad tracking parameters) which CleanUrls seems to have no problem doing. I found this tool because CleanUrls is not flexible enough for my needs, however requestcontrol seems to have lot less filters compared to other url cleaner tools. Is it by design (blocking, filtering expected to be done manually by the user?) or are the filter lists work-in-progress? Also can it clean etag headers?

@eleius
Copy link

eleius commented Mar 24, 2021

Also can it clean etag headers?

I'd like to know this as well. I use Clearurls and would like to switch to Request Control, but I don't know if I need to complement it with other addons to achieve the same results (e.g. to block eTag tracking).

@rusty-snake
Copy link
Contributor

How cares about etags?
No RC can not clean etag headers. And it should not get such a feature IMHO. RC can manipulate URLs in a very powerful way and that's all it should do. Manipulating headers can be done in a other extension (e.g. Header Editor).

Unix philosophy:

  1. Make each program do one thing well. To do a new job, build afresh rather than complicate old programs by adding new "features".

Is it by design (blocking, filtering expected to be done manually by the user?) or are the filter lists work-in-progress?

Both.

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

No branches or pull requests

4 participants