Skip to content

Commit 673d484

Browse files
author
Atlassian Bamboo
committed
deploy: update dist v1.11.27
1 parent 8861b98 commit 673d484

35 files changed

+1419
-242
lines changed

dist/build.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=1.11.16
1+
version=1.11.27

dist/redirect-files/amazon-apstag.js

+15
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
(function(source, args) {
2+
const flag = "done";
3+
const uniqueIdentifier = source.uniqueId + source.name + "_" + (Array.isArray(args) ? args.join("_") : "");
4+
if (source.uniqueId) {
5+
if (Window.prototype.toString[uniqueIdentifier] === flag) {
6+
return;
7+
}
8+
}
29
function AmazonApstag(source) {
310
var apstagWrapper = {
411
fetchBids(a, b) {
@@ -45,6 +52,14 @@
4552
const updatedArgs = args ? [].concat(source).concat(args) : [ source ];
4653
try {
4754
AmazonApstag.apply(this, updatedArgs);
55+
if (source.uniqueId) {
56+
Object.defineProperty(Window.prototype.toString, uniqueIdentifier, {
57+
value: flag,
58+
enumerable: false,
59+
writable: false,
60+
configurable: false
61+
});
62+
}
4863
} catch (e) {
4964
console.log(e);
5065
}

dist/redirect-files/ati-smarttag.js

+15
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
(function(source, args) {
2+
const flag = "done";
3+
const uniqueIdentifier = source.uniqueId + source.name + "_" + (Array.isArray(args) ? args.join("_") : "");
4+
if (source.uniqueId) {
5+
if (Window.prototype.toString[uniqueIdentifier] === flag) {
6+
return;
7+
}
8+
}
29
function ATInternetSmartTag(source) {
310
var setNoopFuncWrapper = {
411
set: noopFunc
@@ -105,6 +112,14 @@
105112
const updatedArgs = args ? [].concat(source).concat(args) : [ source ];
106113
try {
107114
ATInternetSmartTag.apply(this, updatedArgs);
115+
if (source.uniqueId) {
116+
Object.defineProperty(Window.prototype.toString, uniqueIdentifier, {
117+
value: flag,
118+
enumerable: false,
119+
writable: false,
120+
configurable: false
121+
});
122+
}
108123
} catch (e) {
109124
console.log(e);
110125
}

dist/redirect-files/didomi-loader.js

+15
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
(function(source, args) {
2+
const flag = "done";
3+
const uniqueIdentifier = source.uniqueId + source.name + "_" + (Array.isArray(args) ? args.join("_") : "");
4+
if (source.uniqueId) {
5+
if (Window.prototype.toString[uniqueIdentifier] === flag) {
6+
return;
7+
}
8+
}
29
function DidomiLoader(source) {
310
function UserConsentStatusForVendorSubscribe() {}
411
UserConsentStatusForVendorSubscribe.prototype.filter = function() {
@@ -153,6 +160,14 @@
153160
const updatedArgs = args ? [].concat(source).concat(args) : [ source ];
154161
try {
155162
DidomiLoader.apply(this, updatedArgs);
163+
if (source.uniqueId) {
164+
Object.defineProperty(Window.prototype.toString, uniqueIdentifier, {
165+
value: flag,
166+
enumerable: false,
167+
writable: false,
168+
configurable: false
169+
});
170+
}
156171
} catch (e) {
157172
console.log(e);
158173
}

dist/redirect-files/fingerprintjs2.js

+15
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
(function(source, args) {
2+
const flag = "done";
3+
const uniqueIdentifier = source.uniqueId + source.name + "_" + (Array.isArray(args) ? args.join("_") : "");
4+
if (source.uniqueId) {
5+
if (Window.prototype.toString[uniqueIdentifier] === flag) {
6+
return;
7+
}
8+
}
29
function Fingerprintjs2(source) {
310
var browserId = "";
411
for (var i = 0; i < 8; i += 1) {
@@ -52,6 +59,14 @@
5259
const updatedArgs = args ? [].concat(source).concat(args) : [ source ];
5360
try {
5461
Fingerprintjs2.apply(this, updatedArgs);
62+
if (source.uniqueId) {
63+
Object.defineProperty(Window.prototype.toString, uniqueIdentifier, {
64+
value: flag,
65+
enumerable: false,
66+
writable: false,
67+
configurable: false
68+
});
69+
}
5570
} catch (e) {
5671
console.log(e);
5772
}

dist/redirect-files/fingerprintjs3.js

+15
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
(function(source, args) {
2+
const flag = "done";
3+
const uniqueIdentifier = source.uniqueId + source.name + "_" + (Array.isArray(args) ? args.join("_") : "");
4+
if (source.uniqueId) {
5+
if (Window.prototype.toString[uniqueIdentifier] === flag) {
6+
return;
7+
}
8+
}
29
function Fingerprintjs3(source) {
310
var visitorId = function() {
411
var id = "";
@@ -56,6 +63,14 @@
5663
const updatedArgs = args ? [].concat(source).concat(args) : [ source ];
5764
try {
5865
Fingerprintjs3.apply(this, updatedArgs);
66+
if (source.uniqueId) {
67+
Object.defineProperty(Window.prototype.toString, uniqueIdentifier, {
68+
value: flag,
69+
enumerable: false,
70+
writable: false,
71+
configurable: false
72+
});
73+
}
5974
} catch (e) {
6075
console.log(e);
6176
}

dist/redirect-files/gemius.js

+15
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
(function(source, args) {
2+
const flag = "done";
3+
const uniqueIdentifier = source.uniqueId + source.name + "_" + (Array.isArray(args) ? args.join("_") : "");
4+
if (source.uniqueId) {
5+
if (Window.prototype.toString[uniqueIdentifier] === flag) {
6+
return;
7+
}
8+
}
29
function Gemius(source) {
310
var GemiusPlayer = function GemiusPlayer() {};
411
GemiusPlayer.prototype = {
@@ -43,6 +50,14 @@
4350
const updatedArgs = args ? [].concat(source).concat(args) : [ source ];
4451
try {
4552
Gemius.apply(this, updatedArgs);
53+
if (source.uniqueId) {
54+
Object.defineProperty(Window.prototype.toString, uniqueIdentifier, {
55+
value: flag,
56+
enumerable: false,
57+
writable: false,
58+
configurable: false
59+
});
60+
}
4661
} catch (e) {
4762
console.log(e);
4863
}

dist/redirect-files/google-analytics-ga.js

+15
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
(function(source, args) {
2+
const flag = "done";
3+
const uniqueIdentifier = source.uniqueId + source.name + "_" + (Array.isArray(args) ? args.join("_") : "");
4+
if (source.uniqueId) {
5+
if (Window.prototype.toString[uniqueIdentifier] === flag) {
6+
return;
7+
}
8+
}
29
function GoogleAnalyticsGa(source) {
310
function Gaq() {}
411
Gaq.prototype.Na = noopFunc;
@@ -119,6 +126,14 @@
119126
const updatedArgs = args ? [].concat(source).concat(args) : [ source ];
120127
try {
121128
GoogleAnalyticsGa.apply(this, updatedArgs);
129+
if (source.uniqueId) {
130+
Object.defineProperty(Window.prototype.toString, uniqueIdentifier, {
131+
value: flag,
132+
enumerable: false,
133+
writable: false,
134+
configurable: false
135+
});
136+
}
122137
} catch (e) {
123138
console.log(e);
124139
}

dist/redirect-files/google-analytics.js

+15
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
(function(source, args) {
2+
const flag = "done";
3+
const uniqueIdentifier = source.uniqueId + source.name + "_" + (Array.isArray(args) ? args.join("_") : "");
4+
if (source.uniqueId) {
5+
if (Window.prototype.toString[uniqueIdentifier] === flag) {
6+
return;
7+
}
8+
}
29
function GoogleAnalytics(source) {
310
var _window$googleAnalyti;
411
var Tracker = function Tracker() {};
@@ -122,6 +129,14 @@
122129
const updatedArgs = args ? [].concat(source).concat(args) : [ source ];
123130
try {
124131
GoogleAnalytics.apply(this, updatedArgs);
132+
if (source.uniqueId) {
133+
Object.defineProperty(Window.prototype.toString, uniqueIdentifier, {
134+
value: flag,
135+
enumerable: false,
136+
writable: false,
137+
configurable: false
138+
});
139+
}
125140
} catch (e) {
126141
console.log(e);
127142
}

dist/redirect-files/google-ima3.js

+15
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
(function(source, args) {
2+
const flag = "done";
3+
const uniqueIdentifier = source.uniqueId + source.name + "_" + (Array.isArray(args) ? args.join("_") : "");
4+
if (source.uniqueId) {
5+
if (Window.prototype.toString[uniqueIdentifier] === flag) {
6+
return;
7+
}
8+
}
29
function GoogleIma3(source) {
310
var _window$google$ima;
411
var VERSION = "3.453.0";
@@ -643,6 +650,14 @@
643650
const updatedArgs = args ? [].concat(source).concat(args) : [ source ];
644651
try {
645652
GoogleIma3.apply(this, updatedArgs);
653+
if (source.uniqueId) {
654+
Object.defineProperty(Window.prototype.toString, uniqueIdentifier, {
655+
value: flag,
656+
enumerable: false,
657+
writable: false,
658+
configurable: false
659+
});
660+
}
646661
} catch (e) {
647662
console.log(e);
648663
}

dist/redirect-files/googlesyndication-adsbygoogle.js

+15
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
(function(source, args) {
2+
const flag = "done";
3+
const uniqueIdentifier = source.uniqueId + source.name + "_" + (Array.isArray(args) ? args.join("_") : "");
4+
if (source.uniqueId) {
5+
if (Window.prototype.toString[uniqueIdentifier] === flag) {
6+
return;
7+
}
8+
}
29
function GoogleSyndicationAdsByGoogle(source) {
310
window.adsbygoogle = {
411
loaded: true,
@@ -84,6 +91,14 @@
8491
const updatedArgs = args ? [].concat(source).concat(args) : [ source ];
8592
try {
8693
GoogleSyndicationAdsByGoogle.apply(this, updatedArgs);
94+
if (source.uniqueId) {
95+
Object.defineProperty(Window.prototype.toString, uniqueIdentifier, {
96+
value: flag,
97+
enumerable: false,
98+
writable: false,
99+
configurable: false
100+
});
101+
}
87102
} catch (e) {
88103
console.log(e);
89104
}

dist/redirect-files/googletagservices-gpt.js

+15
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
(function(source, args) {
2+
const flag = "done";
3+
const uniqueIdentifier = source.uniqueId + source.name + "_" + (Array.isArray(args) ? args.join("_") : "");
4+
if (source.uniqueId) {
5+
if (Window.prototype.toString[uniqueIdentifier] === flag) {
6+
return;
7+
}
8+
}
29
function GoogleTagServicesGpt(source) {
310
var slots = new Map;
411
var slotsById = new Map;
@@ -418,6 +425,14 @@
418425
const updatedArgs = args ? [].concat(source).concat(args) : [ source ];
419426
try {
420427
GoogleTagServicesGpt.apply(this, updatedArgs);
428+
if (source.uniqueId) {
429+
Object.defineProperty(Window.prototype.toString, uniqueIdentifier, {
430+
value: flag,
431+
enumerable: false,
432+
writable: false,
433+
configurable: false
434+
});
435+
}
421436
} catch (e) {
422437
console.log(e);
423438
}

dist/redirect-files/matomo.js

+15
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
(function(source, args) {
2+
const flag = "done";
3+
const uniqueIdentifier = source.uniqueId + source.name + "_" + (Array.isArray(args) ? args.join("_") : "");
4+
if (source.uniqueId) {
5+
if (Window.prototype.toString[uniqueIdentifier] === flag) {
6+
return;
7+
}
8+
}
29
function Matomo(source) {
310
var Tracker = function Tracker() {};
411
Tracker.prototype.setDoNotTrack = noopFunc;
@@ -46,6 +53,14 @@
4653
const updatedArgs = args ? [].concat(source).concat(args) : [ source ];
4754
try {
4855
Matomo.apply(this, updatedArgs);
56+
if (source.uniqueId) {
57+
Object.defineProperty(Window.prototype.toString, uniqueIdentifier, {
58+
value: flag,
59+
enumerable: false,
60+
writable: false,
61+
configurable: false
62+
});
63+
}
4964
} catch (e) {
5065
console.log(e);
5166
}

dist/redirect-files/metrika-yandex-tag.js

+15
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
(function(source, args) {
2+
const flag = "done";
3+
const uniqueIdentifier = source.uniqueId + source.name + "_" + (Array.isArray(args) ? args.join("_") : "");
4+
if (source.uniqueId) {
5+
if (Window.prototype.toString[uniqueIdentifier] === flag) {
6+
return;
7+
}
8+
}
29
function metrikaYandexTag(source) {
310
var asyncCallbackFromOptions = function asyncCallbackFromOptions(id, param) {
411
var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};
@@ -100,6 +107,14 @@
100107
const updatedArgs = args ? [].concat(source).concat(args) : [ source ];
101108
try {
102109
metrikaYandexTag.apply(this, updatedArgs);
110+
if (source.uniqueId) {
111+
Object.defineProperty(Window.prototype.toString, uniqueIdentifier, {
112+
value: flag,
113+
enumerable: false,
114+
writable: false,
115+
configurable: false
116+
});
117+
}
103118
} catch (e) {
104119
console.log(e);
105120
}

dist/redirect-files/metrika-yandex-watch.js

+15
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
(function(source, args) {
2+
const flag = "done";
3+
const uniqueIdentifier = source.uniqueId + source.name + "_" + (Array.isArray(args) ? args.join("_") : "");
4+
if (source.uniqueId) {
5+
if (Window.prototype.toString[uniqueIdentifier] === flag) {
6+
return;
7+
}
8+
}
29
function metrikaYandexWatch(source) {
310
var cbName = "yandex_metrika_callbacks";
411
var asyncCallbackFromOptions = function asyncCallbackFromOptions() {
@@ -87,6 +94,14 @@
8794
const updatedArgs = args ? [].concat(source).concat(args) : [ source ];
8895
try {
8996
metrikaYandexWatch.apply(this, updatedArgs);
97+
if (source.uniqueId) {
98+
Object.defineProperty(Window.prototype.toString, uniqueIdentifier, {
99+
value: flag,
100+
enumerable: false,
101+
writable: false,
102+
configurable: false
103+
});
104+
}
90105
} catch (e) {
91106
console.log(e);
92107
}

0 commit comments

Comments
 (0)