Skip to content

Commit

Permalink
deploy: update dist v1.11.27
Browse files Browse the repository at this point in the history
  • Loading branch information
Atlassian Bamboo committed Aug 29, 2024
1 parent 8861b98 commit 673d484
Show file tree
Hide file tree
Showing 35 changed files with 1,419 additions and 242 deletions.
2 changes: 1 addition & 1 deletion dist/build.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=1.11.16
version=1.11.27
15 changes: 15 additions & 0 deletions dist/redirect-files/amazon-apstag.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
(function(source, args) {
const flag = "done";
const uniqueIdentifier = source.uniqueId + source.name + "_" + (Array.isArray(args) ? args.join("_") : "");
if (source.uniqueId) {
if (Window.prototype.toString[uniqueIdentifier] === flag) {
return;
}
}
function AmazonApstag(source) {
var apstagWrapper = {
fetchBids(a, b) {
Expand Down Expand Up @@ -45,6 +52,14 @@
const updatedArgs = args ? [].concat(source).concat(args) : [ source ];
try {
AmazonApstag.apply(this, updatedArgs);
if (source.uniqueId) {
Object.defineProperty(Window.prototype.toString, uniqueIdentifier, {
value: flag,
enumerable: false,
writable: false,
configurable: false
});
}
} catch (e) {
console.log(e);
}
Expand Down
15 changes: 15 additions & 0 deletions dist/redirect-files/ati-smarttag.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
(function(source, args) {
const flag = "done";
const uniqueIdentifier = source.uniqueId + source.name + "_" + (Array.isArray(args) ? args.join("_") : "");
if (source.uniqueId) {
if (Window.prototype.toString[uniqueIdentifier] === flag) {
return;
}
}
function ATInternetSmartTag(source) {
var setNoopFuncWrapper = {
set: noopFunc
Expand Down Expand Up @@ -105,6 +112,14 @@
const updatedArgs = args ? [].concat(source).concat(args) : [ source ];
try {
ATInternetSmartTag.apply(this, updatedArgs);
if (source.uniqueId) {
Object.defineProperty(Window.prototype.toString, uniqueIdentifier, {
value: flag,
enumerable: false,
writable: false,
configurable: false
});
}
} catch (e) {
console.log(e);
}
Expand Down
15 changes: 15 additions & 0 deletions dist/redirect-files/didomi-loader.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
(function(source, args) {
const flag = "done";
const uniqueIdentifier = source.uniqueId + source.name + "_" + (Array.isArray(args) ? args.join("_") : "");
if (source.uniqueId) {
if (Window.prototype.toString[uniqueIdentifier] === flag) {
return;
}
}
function DidomiLoader(source) {
function UserConsentStatusForVendorSubscribe() {}
UserConsentStatusForVendorSubscribe.prototype.filter = function() {
Expand Down Expand Up @@ -153,6 +160,14 @@
const updatedArgs = args ? [].concat(source).concat(args) : [ source ];
try {
DidomiLoader.apply(this, updatedArgs);
if (source.uniqueId) {
Object.defineProperty(Window.prototype.toString, uniqueIdentifier, {
value: flag,
enumerable: false,
writable: false,
configurable: false
});
}
} catch (e) {
console.log(e);
}
Expand Down
15 changes: 15 additions & 0 deletions dist/redirect-files/fingerprintjs2.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
(function(source, args) {
const flag = "done";
const uniqueIdentifier = source.uniqueId + source.name + "_" + (Array.isArray(args) ? args.join("_") : "");
if (source.uniqueId) {
if (Window.prototype.toString[uniqueIdentifier] === flag) {
return;
}
}
function Fingerprintjs2(source) {
var browserId = "";
for (var i = 0; i < 8; i += 1) {
Expand Down Expand Up @@ -52,6 +59,14 @@
const updatedArgs = args ? [].concat(source).concat(args) : [ source ];
try {
Fingerprintjs2.apply(this, updatedArgs);
if (source.uniqueId) {
Object.defineProperty(Window.prototype.toString, uniqueIdentifier, {
value: flag,
enumerable: false,
writable: false,
configurable: false
});
}
} catch (e) {
console.log(e);
}
Expand Down
15 changes: 15 additions & 0 deletions dist/redirect-files/fingerprintjs3.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
(function(source, args) {
const flag = "done";
const uniqueIdentifier = source.uniqueId + source.name + "_" + (Array.isArray(args) ? args.join("_") : "");
if (source.uniqueId) {
if (Window.prototype.toString[uniqueIdentifier] === flag) {
return;
}
}
function Fingerprintjs3(source) {
var visitorId = function() {
var id = "";
Expand Down Expand Up @@ -56,6 +63,14 @@
const updatedArgs = args ? [].concat(source).concat(args) : [ source ];
try {
Fingerprintjs3.apply(this, updatedArgs);
if (source.uniqueId) {
Object.defineProperty(Window.prototype.toString, uniqueIdentifier, {
value: flag,
enumerable: false,
writable: false,
configurable: false
});
}
} catch (e) {
console.log(e);
}
Expand Down
15 changes: 15 additions & 0 deletions dist/redirect-files/gemius.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
(function(source, args) {
const flag = "done";
const uniqueIdentifier = source.uniqueId + source.name + "_" + (Array.isArray(args) ? args.join("_") : "");
if (source.uniqueId) {
if (Window.prototype.toString[uniqueIdentifier] === flag) {
return;
}
}
function Gemius(source) {
var GemiusPlayer = function GemiusPlayer() {};
GemiusPlayer.prototype = {
Expand Down Expand Up @@ -43,6 +50,14 @@
const updatedArgs = args ? [].concat(source).concat(args) : [ source ];
try {
Gemius.apply(this, updatedArgs);
if (source.uniqueId) {
Object.defineProperty(Window.prototype.toString, uniqueIdentifier, {
value: flag,
enumerable: false,
writable: false,
configurable: false
});
}
} catch (e) {
console.log(e);
}
Expand Down
15 changes: 15 additions & 0 deletions dist/redirect-files/google-analytics-ga.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
(function(source, args) {
const flag = "done";
const uniqueIdentifier = source.uniqueId + source.name + "_" + (Array.isArray(args) ? args.join("_") : "");
if (source.uniqueId) {
if (Window.prototype.toString[uniqueIdentifier] === flag) {
return;
}
}
function GoogleAnalyticsGa(source) {
function Gaq() {}
Gaq.prototype.Na = noopFunc;
Expand Down Expand Up @@ -119,6 +126,14 @@
const updatedArgs = args ? [].concat(source).concat(args) : [ source ];
try {
GoogleAnalyticsGa.apply(this, updatedArgs);
if (source.uniqueId) {
Object.defineProperty(Window.prototype.toString, uniqueIdentifier, {
value: flag,
enumerable: false,
writable: false,
configurable: false
});
}
} catch (e) {
console.log(e);
}
Expand Down
15 changes: 15 additions & 0 deletions dist/redirect-files/google-analytics.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
(function(source, args) {
const flag = "done";
const uniqueIdentifier = source.uniqueId + source.name + "_" + (Array.isArray(args) ? args.join("_") : "");
if (source.uniqueId) {
if (Window.prototype.toString[uniqueIdentifier] === flag) {
return;
}
}
function GoogleAnalytics(source) {
var _window$googleAnalyti;
var Tracker = function Tracker() {};
Expand Down Expand Up @@ -122,6 +129,14 @@
const updatedArgs = args ? [].concat(source).concat(args) : [ source ];
try {
GoogleAnalytics.apply(this, updatedArgs);
if (source.uniqueId) {
Object.defineProperty(Window.prototype.toString, uniqueIdentifier, {
value: flag,
enumerable: false,
writable: false,
configurable: false
});
}
} catch (e) {
console.log(e);
}
Expand Down
15 changes: 15 additions & 0 deletions dist/redirect-files/google-ima3.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
(function(source, args) {
const flag = "done";
const uniqueIdentifier = source.uniqueId + source.name + "_" + (Array.isArray(args) ? args.join("_") : "");
if (source.uniqueId) {
if (Window.prototype.toString[uniqueIdentifier] === flag) {
return;
}
}
function GoogleIma3(source) {
var _window$google$ima;
var VERSION = "3.453.0";
Expand Down Expand Up @@ -643,6 +650,14 @@
const updatedArgs = args ? [].concat(source).concat(args) : [ source ];
try {
GoogleIma3.apply(this, updatedArgs);
if (source.uniqueId) {
Object.defineProperty(Window.prototype.toString, uniqueIdentifier, {
value: flag,
enumerable: false,
writable: false,
configurable: false
});
}
} catch (e) {
console.log(e);
}
Expand Down
15 changes: 15 additions & 0 deletions dist/redirect-files/googlesyndication-adsbygoogle.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
(function(source, args) {
const flag = "done";
const uniqueIdentifier = source.uniqueId + source.name + "_" + (Array.isArray(args) ? args.join("_") : "");
if (source.uniqueId) {
if (Window.prototype.toString[uniqueIdentifier] === flag) {
return;
}
}
function GoogleSyndicationAdsByGoogle(source) {
window.adsbygoogle = {
loaded: true,
Expand Down Expand Up @@ -84,6 +91,14 @@
const updatedArgs = args ? [].concat(source).concat(args) : [ source ];
try {
GoogleSyndicationAdsByGoogle.apply(this, updatedArgs);
if (source.uniqueId) {
Object.defineProperty(Window.prototype.toString, uniqueIdentifier, {
value: flag,
enumerable: false,
writable: false,
configurable: false
});
}
} catch (e) {
console.log(e);
}
Expand Down
15 changes: 15 additions & 0 deletions dist/redirect-files/googletagservices-gpt.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
(function(source, args) {
const flag = "done";
const uniqueIdentifier = source.uniqueId + source.name + "_" + (Array.isArray(args) ? args.join("_") : "");
if (source.uniqueId) {
if (Window.prototype.toString[uniqueIdentifier] === flag) {
return;
}
}
function GoogleTagServicesGpt(source) {
var slots = new Map;
var slotsById = new Map;
Expand Down Expand Up @@ -418,6 +425,14 @@
const updatedArgs = args ? [].concat(source).concat(args) : [ source ];
try {
GoogleTagServicesGpt.apply(this, updatedArgs);
if (source.uniqueId) {
Object.defineProperty(Window.prototype.toString, uniqueIdentifier, {
value: flag,
enumerable: false,
writable: false,
configurable: false
});
}
} catch (e) {
console.log(e);
}
Expand Down
15 changes: 15 additions & 0 deletions dist/redirect-files/matomo.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
(function(source, args) {
const flag = "done";
const uniqueIdentifier = source.uniqueId + source.name + "_" + (Array.isArray(args) ? args.join("_") : "");
if (source.uniqueId) {
if (Window.prototype.toString[uniqueIdentifier] === flag) {
return;
}
}
function Matomo(source) {
var Tracker = function Tracker() {};
Tracker.prototype.setDoNotTrack = noopFunc;
Expand Down Expand Up @@ -46,6 +53,14 @@
const updatedArgs = args ? [].concat(source).concat(args) : [ source ];
try {
Matomo.apply(this, updatedArgs);
if (source.uniqueId) {
Object.defineProperty(Window.prototype.toString, uniqueIdentifier, {
value: flag,
enumerable: false,
writable: false,
configurable: false
});
}
} catch (e) {
console.log(e);
}
Expand Down
15 changes: 15 additions & 0 deletions dist/redirect-files/metrika-yandex-tag.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
(function(source, args) {
const flag = "done";
const uniqueIdentifier = source.uniqueId + source.name + "_" + (Array.isArray(args) ? args.join("_") : "");
if (source.uniqueId) {
if (Window.prototype.toString[uniqueIdentifier] === flag) {
return;
}
}
function metrikaYandexTag(source) {
var asyncCallbackFromOptions = function asyncCallbackFromOptions(id, param) {
var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};
Expand Down Expand Up @@ -100,6 +107,14 @@
const updatedArgs = args ? [].concat(source).concat(args) : [ source ];
try {
metrikaYandexTag.apply(this, updatedArgs);
if (source.uniqueId) {
Object.defineProperty(Window.prototype.toString, uniqueIdentifier, {
value: flag,
enumerable: false,
writable: false,
configurable: false
});
}
} catch (e) {
console.log(e);
}
Expand Down
15 changes: 15 additions & 0 deletions dist/redirect-files/metrika-yandex-watch.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
(function(source, args) {
const flag = "done";
const uniqueIdentifier = source.uniqueId + source.name + "_" + (Array.isArray(args) ? args.join("_") : "");
if (source.uniqueId) {
if (Window.prototype.toString[uniqueIdentifier] === flag) {
return;
}
}
function metrikaYandexWatch(source) {
var cbName = "yandex_metrika_callbacks";
var asyncCallbackFromOptions = function asyncCallbackFromOptions() {
Expand Down Expand Up @@ -87,6 +94,14 @@
const updatedArgs = args ? [].concat(source).concat(args) : [ source ];
try {
metrikaYandexWatch.apply(this, updatedArgs);
if (source.uniqueId) {
Object.defineProperty(Window.prototype.toString, uniqueIdentifier, {
value: flag,
enumerable: false,
writable: false,
configurable: false
});
}
} catch (e) {
console.log(e);
}
Expand Down
Loading

0 comments on commit 673d484

Please sign in to comment.