Skip to content

Commit c6ee4a4

Browse files
authored
Merge pull request #3146 from atmire/w2p-116132_fixed-cookie-issues_contribute-8
Fixed bug when declining Google ReCaptcha cookie preferences
2 parents 5a62342 + 78e5f66 commit c6ee4a4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/shared/cookies/klaro-configuration.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ export const klaroConfiguration: any = {
189189
purposes: ['registration-password-recovery'],
190190
required: false,
191191
cookies: [
192-
[/^klaro-.+$/],
193192
CAPTCHA_COOKIE,
194193
],
195194
onAccept: `window.refreshCaptchaScript?.call()`,

0 commit comments

Comments
 (0)