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

ffi-buffer-cookie-policy and Electron #3472

Open
aadcg opened this issue Aug 15, 2024 · 0 comments
Open

ffi-buffer-cookie-policy and Electron #3472

aadcg opened this issue Aug 15, 2024 · 0 comments
Labels
4-series Related to releases whose major version is 4.

Comments

@aadcg
Copy link
Member

aadcg commented Aug 15, 2024

ffi-buffer-cookie-policy was modeled after WebKitGTK's API (see cookie-policy type) which may not be valid for all renderers. For instance, Electron doesn't provide the possibility to disable cookies.

Solutions include moving this functionality outside foreign-interface and handle it on a renderer basis, or warn when some values aren't supported depending on the renderer being used.

@aadcg aadcg added the 4-series Related to releases whose major version is 4. label Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4-series Related to releases whose major version is 4.
Development

No branches or pull requests

1 participant