Skip to content

Commit

Permalink
51Degrees RTD submodule: add crossorigin attribute to script tag (#…
Browse files Browse the repository at this point in the history
…12329)

Co-authored-by: Bohdan V <[email protected]>
  • Loading branch information
jwrosewell and BohdanVV authored Oct 21, 2024
1 parent 4b46054 commit 1f0dba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/51DegreesRtdProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ export const getBidRequestData = (reqBidsConfigObj, callback, moduleConfig, user
logMessage('reqBidsConfigObj: ', reqBidsConfigObj);
callback();
});
});
}, document, {crossOrigin: 'anonymous'});
} catch (error) {
// In case of an error, log it and continue
logError(error);
Expand Down

0 comments on commit 1f0dba2

Please sign in to comment.