The Wayback Machine - https://web.archive.org/web/20220214212654/https://github.com/dotnet/aspnetcore/pull/40213
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

Allow custom cookie consent value #40213

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

@daviddesmet
Copy link

@daviddesmet daviddesmet commented Feb 14, 2022

Allow customizing the cookie consent value

Allows setting a custom value for the cookie consent.

Description

Currently, the cookie consent validation performs an equality comparison against the constant cookie value yes. It will add more flexibility if the value can be customized, especially when supporting an already existing cookie consent.

Fixes #40164

@dnfadmin
Copy link

@dnfadmin dnfadmin commented Feb 14, 2022

CLA assistant check
All CLA requirements met.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

2 participants