Questions tagged [third-party-cookies]
66 questions
5
votes
1 answer
Third party cookies disabled in Chrome on iOS
I want to detect if third party cookies are disabled or not. For this I wrote some code, but I was also using this site: https://www.whatismybrowser.com/detect/are-third-party-cookies-enabled
In the Google Chrome App on iOS (iPhone) third party…

Lola Bach
- 101
- 1
- 3
4
votes
1 answer
Has anyone figured out how to test rigorously with OneTrust Cookies?
It seems like you have to whitelist your staging or local site in order to perform test. Does anyone know a way around that? I went to their website to look through documentation, but I can find anything beyond this (At the very bottom of the page)…
4
votes
0 answers
How to enable Cross-Site tracking on WKWebView
I have an iOS webview app which require access to third party cookies accessed from inside an iFrame, even if I clear the Prevent Cross Site Tracking on IPhone Safari Settings, it does not work!
But when I access the webview link directly using…

Alan
- 59
- 6
3
votes
1 answer
How is the OneTrust SDK installed in Javascript
I am trying to run the following line of code
OneTrust.OnConsentChanged(() => {
alert("consent changed");
});
As expected, I am getting the error message: 'OneTrust' is not defined.
However I cannot find anywhere in the OneTrust docs…

WhatThe22
- 33
- 5
3
votes
2 answers
Chrome extensions and third party cookies alternative
On mid-2022 Google plans to disable third party cookies by default.
My use with 3rd party cookies is through google chrome extension (not for ads service)
I use an Iframe to translate some words on the document.
It looks something like this:
I…

Tomer Omri
- 921
- 9
- 6
3
votes
1 answer
Under what circumstances does Safari block third-party cookies?
I am using a web app that is running under origin A. To that website, I add an iframe that runs under origin B. Inside that iframe, I would like to embed an image from origin A that requires an authentication cookie to load. I have control over the…

cdauth
- 6,171
- 3
- 41
- 49
2
votes
1 answer
Why is Firebase showing third party cookies on a custom hosting domain?
I just set up my custom domain with Firebase Hosting, lets call it mydomain.example.com.
When I navigate to it in Firefox, it shows a toggle next to the domain, that when clicked shows this:
Where the redacted part is my firebase project ID, and…

Nathan
- 73,987
- 14
- 40
- 69
2
votes
1 answer
How to securely authenticate cross-domains in an iframe (excluding third-party cookies)?
It implements a PHP / Vue.js based project that allows clients to embed our service in an iframe window.
The security of third party cookies, they have become increasingly restrictive in recent years. There was a problem with user authorization,…

Revvers
- 21
- 1
2
votes
0 answers
Can third-party / cross-domain cookies be accessed / read by Javascript?
Can Javascript access cookies created from another domain?
Please read the whole question, as I'm sure it covers the basic suggestions.
My project configuration is set as follows:
Domains:
front-end: "https://front.domainA.com" // AWS Amplify,…

ZeeEssDoubleU
- 33
- 7
1
vote
0 answers
Allow Cookies in External HTML page in Iframe - Angular 16
I have my code which is showing two things, External page and a few video. Everything works great but there this box on the bottom of the external page to accept cookies. I think I tried everything to get rid of it but everytime I go back to this…

Czarek Chmielowiec
- 11
- 1
1
vote
0 answers
How does Safari handle third-party cookies versus other browsers?
On my job, we serve the oldest version of our product through an iFrame on our partners site (can't give details due to NDA). Recently we found out our app doesn't load on Safari desktop since "Prevent cross-site tracking" in on by default, if you…

Sathania
- 69
- 1
- 1
- 7
1
vote
1 answer
Can third party cookies override first party cookies?
Can third party cookies override first party cookies?
Let's say I have session id stored in the cookie "SESSIONID", and then my page loads dozen of scripts from other domains that set their third party cookies, can they override first party cookies?

user3075373
- 44
- 1
- 4
- 19
1
vote
0 answers
Workaround for third party cookie from server side
We have a customer having their own client UI application (www.myclient.com). When they make an API call to our server (www.iamserver.com), we set cookies (Set-Cookie header) and send back in the response. We expect these cookies to be sent in the…

Santosh
- 11
- 1
1
vote
0 answers
Ways to automate "downloading updates" from third party softwares
I am trying to automate updates from third party software.
Let's say the software is google chrome. I want to check from my system if there is any new version of chrome made available. If yes, download that update.
Any ideas on how to scan such…

Swapnil Jain
- 11
- 1
1
vote
1 answer
CSRF Protection is not working in Safari browser due third party cookie blocking
I am working on a web application that use a frontend written with react and a backend server written with Nodejs express framework, the backend server is using csurf package in order to return to the client a csrf token as a cookie.
Anyway,…

Shachar
- 21
- 4