NEW 263245
Query Parameters are not pass to the client on the target page when clicking an google advertisement in private browsing
https://bugs.webkit.org/show_bug.cgi?id=263245
Summary Query Parameters are not pass to the client on the target page when clicking ...
duc-thanh.vu
Reported 2023-10-17 04:17:44 PDT
Created attachment 468244 [details] location.search (queryparamaters) is empty How to reproduce: 1. Open a inkognito tab 2. Open Google Search 3. Search for any search term which shows the "Sponsored" lane in google 4. F.e. nike air force 1 in locales: DE or IE 5. Click on any product advertisement within the sponsored lane 6. Observe that the query parameter is shown within the URL 7. Observe that the query parameter is cannot be read by the client Expected: - the query parameters are pass to the client
Attachments
location.search (queryparamaters) is empty (882.32 KB, image/png)
2023-10-17 04:17 PDT, duc-thanh.vu
no flags
Alexey Proskuryakov
Comment 1 2023-10-17 09:08:15 PDT
I think that this is by design, private browsing needs to prevent tracking. CC'ing Wenson who would know for certain.
Radar WebKit Bug Importer
Comment 2 2023-10-24 04:18:15 PDT
Wenson Hsieh
Comment 3 2023-12-08 11:41:30 PST
This is indeed by design. Note that these query parameters are only hidden from JavaScript access (they're still sent to the server).
Note You need to log in before you can comment on or make changes to this bug.