uBlockOrigin / uBlock-issues

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

stackoverflow -> Filter list Block Outsider Intrusion into LAN #3428

Closed mispp closed 1 week ago

mispp commented 1 week ago

Prerequisites

URL(s) where the issue occurs.

https://stackoverflow.com/questions/18810623/git-diff-to-show-only-lines-that-have-been-modified

Description

Following filter is fired for sstatic.net e.g. https://cdn.sstatic.net/Js/webpack-chunks/5906.en.js?v=2f743119b3b6 which is part of Block Outsider Intrusion into LAN

Filter*$3p,strict3p,ipaddress=lan,from=~0.0.0.0|~127.0.0.1|~[::1]|~[::]|~local|~localhost

Disabling this filter fixes the issue.

default filter list in the github issue template leads nowhere, so i assume that all filters in uAssets are the default lists.

Other extensions used

none

Screenshot(s)

Screenshot(s)

Configuration

Details ```yaml uBlock Origin: 1.60.0 Firefox: 128 filterset (summary): network: 262248 cosmetic: 196570 scriptlet: 47735 html: 2270 listset (total-discarded, last-updated): added: adguard-generic: 85110-4248, 22h.49m adguard-mobile: 9985-12, 2d.3h.19m adguard-spyware-url: 1753-127, 2d.3h.19m adguard-spyware: 97997-1541, 22h.49m block-lan: 64-0, 11m curben-phishing: 602-1, 2h.26m adguard-social: 23075-50, 22h.49m fanboy-social: 16737-835, 2d.3h.19m fanboy-thirdparty_social: 68-3, 2d.3h.19m adguard-popup-overlays: 28052-2071, 22h.49m adguard-mobile-app-banners: 5441-27, 2d.3h.19m adguard-other-annoyances: 14694-842, 2d.3h.19m [8 lists not shown]: [too many] default: user-filters: 0-0, never ublock-filters: 40599-149, 2d.3h.19m ublock-badware: 11844-7, 26m Δ ublock-privacy: 1339-22, 26m Δ ublock-unbreak: 2547-3, 26m Δ ublock-quick-fixes: 183-2, 26m Δ easylist: 85550-2163, 2d.3h.19m easyprivacy: 53091-23816, 2d.3h.19m urlhaus-1: 22875-0, 2h.26m plowe-0: 3545-1498, 2d.3h.19m filterset (user): [empty] trustedset: added: [array of 2 redacted] hostRuleset: added: [array of 123 redacted] userSettings: advancedUserEnabled: true hiddenSettings: [none] supportStats: allReadyAfter: 274 ms (selfie) maxAssetCacheWait: 125 ms cacheBackend: indexedDB popupPanel: blocked: 53 network: cookielaw.org: 2 googlesyndication.com: 1 googletagmanager.com: 1 gravatar.com: 8 sstatic.net: 41 extended: ###dfp-tlb ##.everyonelovesstackoverflow ###hireme ##.nav-links > li.js-overflowai-cta ```
krystian3w commented 1 week ago

Check your network https://github.com/uBlockOrigin/uBlock-issues/issues/3426#issuecomment-2430047265 - linked fix is in beta to tests:

https://github.com/gorhill/ublock/releases

Later can be: https://github.com/uBlockOrigin/uBlock-issues/issues/3400


As for the default list photo, I think they need to be moved to some stable CDN or not removed from the public post (Microsoft is probably starting to remove photos that are no longer linked in the initial post or reply).

https://github.com/uBlockOrigin/uAssets/commit/cfcbb03205ab870b35948f495e994c7c68467112 (maybe missed edit all files too) - https://github.com/user-attachments/assets/1879fc88-09bc-4de4-9e2f-3834a6ab396a

stephenhawk8054 commented 1 week ago

Are you using proxy or VPN?

mispp commented 1 week ago

Are you using proxy or VPN?

Yes.

Just fyi, two weeks ago it all worked fine.

stephenhawk8054 commented 1 week ago

It's because there's another network filter ipaddress so if you are proxying all the connections to your local address, that filter list is not suitable for your use case: https://github.com/uBlockOrigin/uBlock-issues/issues/3400#issuecomment-2395116119

mispp commented 1 week ago

It's because there's another network filter ipaddress so if you are proxying all the connections to your local address, that filter list is not suitable for your use case: #3400 (comment)

understood. thank you for the explanation.

stephenhawk8054 commented 1 week ago

Actually if you are using HTTP proxy, dev build could help (it won't help with SOCKS proxy though).

Can you test the latest dev build: https://github.com/gorhill/uBlock/releases/tag/1.60.1b16 ?

mispp commented 1 week ago

Actually if you are using HTTP proxy, dev build could help (it won't help with SOCKS proxy though).

Can you test the latest dev build: https://github.com/gorhill/uBlock/releases/tag/1.60.1b16 ?

seems to work with the "lan" list enabled for stackoverflow.

but for some other things (due to auto proxy config) it still doesnt work.