Skip to content

Commit

Permalink
remove info that could lead to finger printing
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-greenbids committed Dec 4, 2024
1 parent 3784955 commit f4d20ce
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions modules/greenbidsBidAdapter.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { getValue, logError, deepAccess, parseSizesInput, getBidIdParameter, logInfo } from '../src/utils.js';
import { registerBidder } from '../src/adapters/bidderFactory.js';
import { getStorageManager } from '../src/storageManager.js';
import { getDM, getHC, getHLen } from '../libraries/navigatorData/navigatorData.js';
import { getHLen } from '../libraries/navigatorData/navigatorData.js';
import { getTimeToFirstByte } from '../libraries/timeToFirstBytesUtils/timeToFirstBytesUtils.js';
import { getReferrerInfo, getPageTitle, getPageDescription, getConnectionDownLink } from '../libraries/pageInfosUtils/pageInfosUtils.js';
/**
Expand Down Expand Up @@ -71,8 +71,6 @@ export const spec = {
historyLength: getHLen(),
viewportHeight: topWindow.visualViewport?.height,
viewportWidth: topWindow.visualViewport?.width,
hardwareConcurrency: getHC(),
deviceMemory: getDM(),
prebid_version: '$prebid.version$',
};

Expand Down

0 comments on commit f4d20ce

Please sign in to comment.