Skip to content

Commit

Permalink
Merge pull request #452 from bitdefender/DEX-21677
Browse files Browse the repository at this point in the history
Dex 21677
  • Loading branch information
inastase authored Jan 21, 2025
2 parents 5994eb2 + f0f537d commit 0b23bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _src-lp/scripts/vendor/product.js
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ export class DecorateLink {

const isAdobeMcAlreadyAdded = link.includes('adobe_mc');
if (isAdobeMcAlreadyAdded) {
return;
return link.replace(/MCAID%3D.*%7CMCORGID/, 'MCAID%3D%7CMCORGID');
}

const destinationURLWithVisitorIDs = visitor.appendVisitorIDsTo(link);
Expand Down

0 comments on commit 0b23bb6

Please sign in to comment.