uBlockOrigin / uBlock-issues

This is the community-maintained issue tracker for uBlock Origin
https://github.com/gorhill/uBlock
919 stars 78 forks source link

Option `Disable hyperlink auditing` has no effect in android #3049

Closed bAH7JgbXrMsXEhggm4 closed 8 months ago

bAH7JgbXrMsXEhggm4 commented 8 months ago

Prerequisites

I tried to reproduce the issue when...

Description

I have enabled the option:

Screenshot from 2023-12-30 23-50-21

However, long pressing a link in the Google search results, the link are not processed and look like this:

Screenshot from 2023-12-30 23-50-52

On Firefox desktop this option works, however, on Android it doesn't work,So I think this is not a filter problem

A specific URL where the issue occurs.

https://www.google.com/search?q=good+afternoon

Steps to Reproduce

  1. install mull browser from f-droid market
  2. Install ublock from firefox official store
  3. Enable all filter lists and add the custom filter https://raw.githubusercontent.com/DandelionSprout/adfilt/master/LegitimateURLShortener.txt transition list
  4. Disable Uncloak canonical names and keep other defaults

Expected behavior

Shows the site's own links, just like in firefox desktop

Actual behavior

Screenshot from 2023-12-30 23-50-52

Configuration

```yaml uBlock Origin: 1.54.0 Firefox Mobile: 121 filterset (summary): network: 308639 cosmetic: 204165 scriptlet: 49863 html: 1330 listset (total-discarded, last-updated): added: https://raw.githubusercontent.com/DandelionSprout/adfilt/master/LegitimateURLShortener.txt: 2542-157, never adguard-generic: 81575-5980, never adguard-spyware-url: 1378-93, never adguard-spyware: 82406-17915, never block-lan: 55-0, never curben-phishing: 79823-28, never adguard-social: 22154-1197, never adguard-cookies: 28253-1627, never ublock-cookies-adguard: 873-0, never adguard-popup-overlays: 26728-1011, never adguard-mobile-app-banners: 4868-1103, never adguard-other-annoyances: 13992-784, never [12 lists not shown]: [too many] default: user-filters: 0-0, never ublock-filters: 37580-396, 11m ublock-badware: 7563-11, 11m ublock-privacy: 948-5, 11m ublock-unbreak: 2227-2, 11m ublock-quick-fixes: 162-0, 11m adguard-mobile: 8949-132, 12m easylist: 76515-16728, 11m easyprivacy: 33168-820, 11m urlhaus-1: 9965-0, 11m plowe-0: 3784-1, 11m filterset (user): [empty] switchRuleset: added: [array of 1 redacted] hostRuleset: added: [array of 31 redacted] userSettings: advancedUserEnabled: true cnameUncloakEnabled: false webrtcIPAddressHidden: true hiddenSettings: [none] supportStats: allReadyAfter: 5545 ms maxAssetCacheWait: 17 ms ```
iam-py-test commented 8 months ago

Neither the "Disable hyperlink auditing" setting nor the Actually Legitimate URL Shortener Tool filterlist are designed to clean those Google links. However, uBlock - Annoyances filterlist does. I suspect that is enabled in your desktop Firefox installation. Thanks

u-RraaLL commented 8 months ago

That option has nothing to do with redirects.

It is a filter issue, because if you use logger to temporarily disable the set-constant scriptlet on desktop, the behavior will be the same.

gorhill commented 8 months ago

Hyperlink autditing prevent ping request upon clicking a link, nothing more.