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
gdprCookieNotice ({
locale: 'fr', // This is the default value
timeout: 500, // Time until the cookie bar appears
expiration: 30, // This is the default value, in days
implicit: false, // Accept cookies on page scroll automatically
statement: 'https://google.com', // Link to your cookie statement page
performance: ['JSESSIONID'], // Cookies in the performance category.
analytics: ['ga'], // Cookies in the analytics category.
marketing: ['SSID'], // Cookies in the marketing category.
});
my problem is that it always stays in.
Can you help me?
PS: I am under webpack
The text was updated successfully, but these errors were encountered:
Hello,
I cannot import the lang (fr) file.
import {gdprCookieNotice} from 'exports-loader? exports = gdprCookieNotice! gdpr-cookie-notice / dist / script.js';
gdprCookieNotice ({
locale: 'fr', // This is the default value
timeout: 500, // Time until the cookie bar appears
expiration: 30, // This is the default value, in days
implicit: false, // Accept cookies on page scroll automatically
statement: 'https://google.com', // Link to your cookie statement page
performance: ['JSESSIONID'], // Cookies in the performance category.
analytics: ['ga'], // Cookies in the analytics category.
marketing: ['SSID'], // Cookies in the marketing category.
});
my problem is that it always stays in.
Can you help me?
PS: I am under webpack
The text was updated successfully, but these errors were encountered: