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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 15 additions & 0 deletions
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

Lines changed: 15 additions & 0 deletions
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

Lines changed: 15 additions & 0 deletions
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

Lines changed: 15 additions & 0 deletions
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

Lines changed: 15 additions & 0 deletions
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

Lines changed: 15 additions & 0 deletions
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

Lines changed: 15 additions & 0 deletions
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

Lines changed: 15 additions & 0 deletions
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

Lines changed: 15 additions & 0 deletions
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
}

0 commit comments

Comments
 (0)