You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I put page url into whitelistPage or blacklistPage option it should either show on the only specified page or prevent from showing on the listed page but none of them worked.
add whitlistPage or blacklistPage to cookieConfig:NgcCookieConsentConfig
cookieConfig:NgcCookieConsentConfig = {...
whitelistPage: ['/','/explore'], ///I've tried pattern matcher also but it doesn't work too
The text was updated successfully, but these errors were encountered:
ScorprocS
changed the title
[Bug] whitelistPage and blacklistPage option are not working well
[Bug] whitelistPage and blacklistPage options are not working well
Feb 6, 2023
Ngx-CookieConsent Version
4.0.1
CookieConsent Version
3.1.1
Angular CLI (or Nx CLI) Version
14.2.10
Node Version
18.12.1
OS Version
Windows & Debian
Expected Behaviour
When I put page url into whitelistPage or blacklistPage option it should either show on the only specified page or prevent from showing on the listed page but none of them worked.
Actual Behaviour
It does nothing
Steps to reproduce the behaviour
cookieConfig:NgcCookieConsentConfig = {...
whitelistPage: ['/','/explore'], ///I've tried pattern matcher also but it doesn't work too
The text was updated successfully, but these errors were encountered: