You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$removeparam doesn't work correctly in Brave breaking images and the maps. Bing is the only place I have notice this breakage, and it is because of the AdGuard URL Tracking filter list.
This has happened for a while this year. Basically, instead of just removing the param and use the same URL without the param, for some reason this feature is allowing Bing to change the whole URL making it invalid.
As you can see it switches the URL from Bing to e86303.dscx.akamaiedge for no reason. uBlock doesn't do that so it is not an issue about removing the FORM parameter, because using another parameter causes the same issue.
for example: $removeparam=ads,domain=bing.com
In the case of images it is the same issue, where Bing just switches to the same e86303.dscx.akamaiedge when you search for an image and click on any image in the result to see it bigger and get the link and all that.
Steps to reproduce
Open Bing maps or Bing images
Search for any word.
Maps will not display the searching results or location and images will give an error when you click on an image to see it bigger.
if AdGuard URL Tracking filter is disabled from Regional lists or $removeparam=FORM,domain=bing.com,badfilter is added to the custom rules it works.
Use the same filter in uBlock, and you will notice the FORM parameter gets removed but without redirecting the page to some non-bing page.
Actual result
Expected result
Reproduces how often
Easily reproduced
Desktop Brave version (brave://version info)
1.78.41 Chromium: 134.0.6998.95 (Official Build) nightly (64-bit)
Windows 11 Version 24H2 (Build 26100.3476)
Android device
Brand/model: Samsung
Android version: 14
Channel information
release (stable)
beta
nightly
Reproducibility
with Brave Shields disabled
with Brave Rewards disabled
in the latest version of Chrome
Miscellaneous information
No response
The text was updated successfully, but these errors were encountered:
This is not a regression, because I went back to 1.48.24 Chromium: 108.0.5359.71, around the time this feature was released years ago, and the issue is still there, so whatever Bing changed recently is breaking the maps and images for the way $removeparam is being done in Brave, because it works fine in uBlock, so it is not the removing of the parameter the problem as tested by using other parameters like ads.
So for now the only solution will be $removeparam=FORM,domain=bing.com,badfilter to keep using the Adguard list.
Description
$removeparam
doesn't work correctly in Brave breaking images and the maps. Bing is the only place I have notice this breakage, and it is because of the AdGuard URL Tracking filter list.This has happened for a while this year. Basically, instead of just removing the param and use the same URL without the param, for some reason this feature is allowing Bing to change the whole URL making it invalid.
In the case of Bing, it is caused by this rule In this line
$removeparam=FORM,domain=bing.com
found in https://github.com/AdguardTeam/FiltersRegistry/blob/7ad2e5caafb2105c53667dc1b963ed30f4d6e4f3/filters/filter_17_TrackParam/filter.txt#L714And this is what Bing does with the
$removeparam
For example:
Original URL:
After
$removeparam
As you can see it switches the URL from
Bing
toe86303.dscx.akamaiedge
for no reason. uBlock doesn't do that so it is not an issue about removing the FORM parameter, because using another parameter causes the same issue.for example:
$removeparam=ads,domain=bing.com
In the case of images it is the same issue, where Bing just switches to the same
e86303.dscx.akamaiedge
when you search for an image and click on any image in the result to see it bigger and get the link and all that.Steps to reproduce
$removeparam=FORM,domain=bing.com,badfilter
is added to the custom rules it works.FORM
parameter gets removed but without redirecting the page to some non-bing page.Actual result
Expected result
Reproduces how often
Easily reproduced
Desktop Brave version (brave://version info)
1.78.41 Chromium: 134.0.6998.95 (Official Build) nightly (64-bit)
Windows 11 Version 24H2 (Build 26100.3476)
Android device
Channel information
Reproducibility
Miscellaneous information
No response
The text was updated successfully, but these errors were encountered: