Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing 3rd party cookies with related websites for pearsonplaes.com.au domain #321

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion related_website_sets.JSON
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,16 @@
"rationaleBySite": {
"https://wordle.at": "We are migrating our domain and will soon redirect all traffic from here to the primary, both of which we own. The two sites are almost identical. For convenience we want to transfer session cookies so users stay logged in."
}
}
},
{
"contact": "nadeerax@gmail.com",
"primary": "https://nodejsapi1.vercel.app",
"associatedSites": [
"https://dev.diagnostic.pearsonplaces.com.au"
],
"rationaleBySite": {
"https://dev.diagnostic.pearsonplaces.com.au": "Testing how to calll https://nodejsapi1.vercel.app to create an authentication cookie from https://dev.diagnostic.pearsonplaces.com.au"
}
}
]
}
Loading