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

remove onetrust from websdk #480

Merged
merged 1 commit into from
May 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
58 changes: 0 additions & 58 deletions solutions/scripts/onetrust.js

This file was deleted.

5 changes: 0 additions & 5 deletions solutions/scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ import {

import { loadAnalytics } from './analytics.js';

import loadOneTrust from './onetrust.js';

const LCP_BLOCKS = ['hero']; // add your LCP blocks to the list
const TRACKED_PRODUCTS = [];

Expand All @@ -34,8 +32,6 @@ export const DEFAULT_COUNTRY = 'au';

export const METADATA_ANALYTICS_TAGS = 'analytics-tags';

const ONE_TRUST_ID = '2e112ba7-dfdc-491a-8b9a-c862b3140402';

const HREFLANG_MAP = [
['en-ro', { baseUrl: 'https://www.bitdefender.ro', pageType: '.html' }],
['de', { baseUrl: 'https://www.bitdefender.de', pageType: '.html' }],
Expand Down Expand Up @@ -582,7 +578,6 @@ async function loadPage() {
orgId: '0E920C0F53DA9E9B0A490D45@AdobeOrg',
});

loadOneTrust(ONE_TRUST_ID);
adobeMcAppendVisitorId('main');

loadDelayed();
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading