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

What value should I send for SameSite = None and Secure? #21

Open
y024022 opened this issue Mar 12, 2020 · 1 comment
Open

What value should I send for SameSite = None and Secure? #21

y024022 opened this issue Mar 12, 2020 · 1 comment
Labels
question Further information is requested

Comments

@y024022
Copy link

y024022 commented Mar 12, 2020

Chrome update has given me great trouble
So far, I still haven't found anyone's answer in Chrome 80 that correctly answers SameSite issuess.
Leave the following questions for me and us.

In my html page, there is only <iframe> provided by YouTube.
However, in Chrome, 'cross-site requests if they are set with SameSite = None and Secure' are displayed.

What should I do?

I only did YouTube iframe, what value should I send cookie value and session value?
I want a direct solution.

A fake method like 'cross-site-cookie = name' doesn't help me.
I need a direct way to experience.

I want about php version <7.3 and I want to solve the problem with php or javascript or .htaccess etc.

1
제목 없음
3

** If you use only <iframe> tag as well as YouTube, a danger sign is displayed unconditionally.
I don't know the value required by the external urls. What value should I send to the external urls as a session?

@rowan-m
Copy link
Collaborator

rowan-m commented Mar 12, 2020

If you are embedding a YouTube video, then you do not need to manage any cookies related to this. The cookie you're showing for the eie.co.kr domain is not going to be related to your video embed.

What do you mean by a "danger sign"? Is your embedded video working?

@rowan-m rowan-m added the question Further information is requested label Mar 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants