Skip to content

Commit

Permalink
Update quantcastBidAdapter.js
Browse files Browse the repository at this point in the history
  • Loading branch information
patmmccann authored Jun 7, 2022
1 parent ef27074 commit 8f47961
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions modules/quantcastBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,6 @@ function makeBannerImp(bid) {
};
}

function getDomain(url) {
if (!url) {
return url;
}
return url.replace('http://', '').replace('https://', '').replace('www.', '').split(/[/?#]/)[0];
}

function checkTCF(tcData) {
let restrictions = tcData.publisher ? tcData.publisher.restrictions : {};
let qcRestriction = restrictions && restrictions[PURPOSE_DATA_COLLECT]
Expand Down

0 comments on commit 8f47961

Please sign in to comment.