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

Fix demo for when third-party (cross-site) cookies are disabled #412

Open
Gitoffthelawn opened this issue Jul 6, 2024 · 1 comment
Open
Labels
status: needs discussion triage needs further discussion upstream relates to an upstream package

Comments

@Gitoffthelawn
Copy link

Gitoffthelawn commented Jul 6, 2024

What steps are needed to reproduce the bug?

  1. Open Firefox
  2. Disable third-party (cross-site) cookies via Firefox's main settings UI
  3. Go to https://stylelint.io/demo/
  4. Enter any CSS into the left pane
  5. Notice that the right pane does not reflect the code in the left pane
  6. Click on the Problems tab
  7. Notice that the playground always reports No problems!

What did you expect to happen?

For the playground to work, even when third-party cookies are disabled.

What actually happened?

CSS code from left pane does not appear in right pane. CSS code errors are never found.

stylelint io playground bug screenshot

@ota-meshi
Copy link
Member

Maybe it's a problem with the WebContainer API, follow this link: stackblitz/webcontainer-core#1417

@ybiquitous ybiquitous added status: needs discussion triage needs further discussion upstream relates to an upstream package labels Jul 7, 2024
@jeddy3 jeddy3 changed the title Playground broken when third-party (cross-site) cookies are disabled Fix demo for when third-party (cross-site) cookies are disabled Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: needs discussion triage needs further discussion upstream relates to an upstream package
Development

No branches or pull requests

3 participants