update
This commit is contained in:
@@ -131,10 +131,6 @@ export default function RootLayout({
|
||||
e.preventDefault();
|
||||
return false;
|
||||
});
|
||||
|
||||
// Console warning
|
||||
console.log('%cSTOP!', 'color: red; font-size: 40px; font-weight: bold;');
|
||||
console.log('%c© GNX Soft - All Rights Reserved', 'font-size: 14px;');
|
||||
});
|
||||
})();
|
||||
`,
|
||||
@@ -150,8 +146,8 @@ export default function RootLayout({
|
||||
<CookieConsentProvider
|
||||
config={{
|
||||
companyName: "GNX Soft",
|
||||
privacyPolicyUrl: "/policy",
|
||||
cookiePolicyUrl: "/policy",
|
||||
privacyPolicyUrl: "/policy?type=privacy",
|
||||
cookiePolicyUrl: "/policy?type=privacy",
|
||||
dataControllerEmail: "privacy@gnxsoft.com",
|
||||
retentionPeriod: 365,
|
||||
enableAuditLog: true,
|
||||
|
||||
Reference in New Issue
Block a user