Skip to content

Commit cc4e303

Browse files
committed
Fix. JS. Window fetch. Fixed default fetch placement.
1 parent 4588c83 commit cc4e303

17 files changed

+17
-17
lines changed

js/apbct-public-bundle.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/apbct-public-bundle_ext-protection.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/apbct-public-bundle_ext-protection_gathering.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/apbct-public-bundle_full-protection.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/apbct-public-bundle_full-protection_gathering.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/apbct-public-bundle_gathering.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/apbct-public-bundle_int-protection.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/apbct-public-bundle_int-protection_gathering.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/prebuild/apbct-public-bundle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3185,6 +3185,7 @@ class ApbctHandler {
31853185
catchFetchRequest() {
31863186
const shadowRootProtection = new ApbctShadowRootProtection();
31873187
let preventOriginalFetch = false;
3188+
const defaultFetch = window.fetch;
31883189

31893190
/**
31903191
* Select key/value pair depending on botDetectorEnabled flag
@@ -4184,7 +4185,6 @@ if (ctPublic.data__key_is_ok) {
41844185
}
41854186
}
41864187

4187-
const defaultFetch = window.fetch;
41884188
const defaultSend = XMLHttpRequest.prototype.send;
41894189

41904190
let tokenCheckerIntervalId; // eslint-disable-line no-unused-vars

js/prebuild/apbct-public-bundle_ext-protection.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3185,6 +3185,7 @@ class ApbctHandler {
31853185
catchFetchRequest() {
31863186
const shadowRootProtection = new ApbctShadowRootProtection();
31873187
let preventOriginalFetch = false;
3188+
const defaultFetch = window.fetch;
31883189

31893190
/**
31903191
* Select key/value pair depending on botDetectorEnabled flag
@@ -4184,7 +4185,6 @@ if (ctPublic.data__key_is_ok) {
41844185
}
41854186
}
41864187

4187-
const defaultFetch = window.fetch;
41884188
const defaultSend = XMLHttpRequest.prototype.send;
41894189

41904190
let tokenCheckerIntervalId; // eslint-disable-line no-unused-vars

0 commit comments

Comments
 (0)