AdguardTeam / CoreLibs

Core Adguard libraries
https://adguard.com/
Apache License 2.0
39 stars 7 forks source link

ving.se not working with HTTPS filtering enabled #1896

Open jellizaveta opened 1 month ago

jellizaveta commented 1 month ago

Please answer the following questions for yourself before submitting an issue

AdGuard version

AdGuard for Android v4.6.1

Browser version

Chrome

OS version

Android 12

Issue Details

Steps to reproduce:

  1. go to https://www.ving.se/spanien/mallorca/alcudia/sunwing-alcudia?UseBookingFlow=true&QueryDepID=2788&QueryCtryID=65&QueryResID=-1&QueryDepDate=20240802&QueryUnits=1&QueryAges=42%2C42&QueryDur=8&mucd=vs&ItemId=4167&HotelId=4167&RoomKey=PRIN_A22BAL&selectedTransport=flight%7CCgJWUxIkY2YwZjk4ZjgtMTllMi00NWQ2LWI3MTQtYjMzMDVjYjMyYjNi&HotelKey=hotel%7CCgJWUxIDUE1JGgRQUklOIgZBMjJCQUwqBAjCtwIyBAjQtwI&price=23790&basePrice=34290&adultPrice=11895&DestinationCode=PMI&qf=flowCharter#price-list
  2. scroll down
  3. see no data

Issue URL (Incorrect Blocking)

http://ving.se

Comment

The site ving.se does not work with AdGuard active even though ving.se is whitelisted. See screenshot which show missing items to be able too book a trip when AdGuard is on.

Screenshots

Screenshot 1 ![Screenshot 1](https://cdn.adguard.info/sitereports/b307v3m8q8ocwgckss0c0skg0gw0o0wsrwsy4kl4u8.jpg?nc=1)
Screenshot 2 ![Screenshot 2](https://cdn.adguard.info/sitereports/1w0hqcf6yaboo0k4owog8k48osok4scomsqlez1hes.jpg?nc=1)
Screenshot 1 with AdGuard disabled ![Screenshot 1](https://cdn.adguard.info/sitereports/cmtuhrqmurwo4wg4k84gskks0ocsggs9udcgcze5ww.jpg?nc=1)

System configuration

Information Value
AdGuard product: AdGuard for Android v4.6.1
System version: Android 12
Browser: Chrome
License type: paid
AdGuard mode: VPN
HTTPS filtering: enabled
Stealth mode options: Send Do-Not-Track header,
Hide your Referrer from third-parties,
Hide your User-Agent,
Remove X-Client-Data header from HTTP requests,
Self-destructing third-party cookies (180),
Self-destructing first-party cookies (4320)
DNS filtering: server: System
Filters: Ad Blocking:
AdGuard Base,
AdGuard Mobile Ads

Privacy:
AdGuard Tracking Protection

Social Widgets:
AdGuard Social Media,
Fanboy's Social Blocking List

Annoyances:
AdGuard Annoyances

Language-specific:
Frellwit's Swedish Filter
Browsing Security: enabled
Browsing Security statistics: disabled
Userscripts: https://userscripts.adtidy.org/release/disable-amp/1.0/disable-amp.meta.js
https://userscripts.adtidy.org/release/adguard-extra/1.0/adguard-extra.meta.js
jellizaveta commented 1 month ago

Related issue: https://github.com/AdguardTeam/AdguardFilters/issues/185052

AdamWr commented 1 month ago

Probably related to other similar issues where content script is injected to XHR, for example - https://github.com/AdguardTeam/CoreLibs/issues/1808 and https://github.com/AdguardTeam/CoreLibs/issues/1881 As a workaround, this rule (or something similar):

@@||pricematrix.nltg.com/*/markup/$xmlhttprequest,elemhide,jsinject,extension

can be used (at least it works fine on my end).

jellizaveta commented 1 month ago

Thanks, added it to the Temporary section