-
Notifications
You must be signed in to change notification settings - Fork 82
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
Redirect Rule Functionality #2849
Comments
For the record, I tried simply doing this with a Redirect rule in Request Control, but unfortunately that extension has very poor documentation, and additionally uBO blocks the request before Request Control can rewrite it, even if the latter was installed first. This seems to be an issue with the fact that the order in which Firefox extensions are loaded is inconsistent. Regardless, in my opinion this would be a meaningful addition to uBO on virtue of allowing users to more easily avoid untrustworthy CDNs in favor of those they trust, which I feel falls into the same line of thinking that uBO is based on: Blocking/defusing content that the user wishes to avoid. |
Duplicate of #46 |
I don't think this is a duplicate. The core functionality is the same but I specifically pointed out a different way to implement it than the one proposed in #46 |
You suggesting a restrictive functionality from what has been suggested before, doesn't change it from being a duplicate. It was declined before and has been declined again. As per your specific case, you should start using localCDN, it goes one step further and prevents un-necessary connections to CDNs at all. |
Prerequisites
I tried to reproduce the issue when...
Description
Enable My Filters static rules to rewrite requests, i.e. from
ajax.googleapis.com/ajax/libs/jquery/<path>
tocdnjs.cloudflare.com/ajax/libs/jquery/<path>
A specific URL where the issue occurs.
https://dontkillmyapp.com/google
Steps to Reproduce
* * 3p-script block
in My Rules and no overrides forajax.googleapis.com/ajax/libs/jquery
Expected behavior
I would like to be able to add a rule to My Filters that rewrites the URL:
ajax.googleapis.com/ajax/libs/jquery/<path>
->cdnjs.cloudflare.com/ajax/libs/jquery/<path>
Because I would like to minimize my requests to Google. I am aware that this has been rejected on grounds of potential privacy/security risks from malicious list maintainers, which is why I propose that this only work when the rule exists in My Filters rather than an external subscribed list.
Actual behavior
This functionality does not exist.
uBO version
1.52.2
Browser name and version
Firefox Nightly 119.0b4
Operating System and version
Windows 11
The text was updated successfully, but these errors were encountered: