Skip to content

Commit 7082938

Browse files
committed
Fix. Integrations. Added 'fast-cmp-form' exclusion in outer iframe protection mechanisms.
1 parent 4901060 commit 7082938

9 files changed

Lines changed: 9 additions & 4 deletions

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/prebuild/apbct-public-bundle_ext-protection.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4623,6 +4623,7 @@ function formIsExclusion(currentForm) {
46234623
'frmCalc', // nobletitle-calc
46244624
'ihf-contact-request-form',
46254625
'wpforms', // integration with wpforms
4626+
'fast-cmp-form', // IFRAME of https://eu.fastcmp.com/#overview
46264627
];
46274628

46284629
const exclusionsByRole = [

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4623,6 +4623,7 @@ function formIsExclusion(currentForm) {
46234623
'frmCalc', // nobletitle-calc
46244624
'ihf-contact-request-form',
46254625
'wpforms', // integration with wpforms
4626+
'fast-cmp-form', // IFRAME of https://eu.fastcmp.com/#overview
46264627
];
46274628

46284629
const exclusionsByRole = [

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4623,6 +4623,7 @@ function formIsExclusion(currentForm) {
46234623
'frmCalc', // nobletitle-calc
46244624
'ihf-contact-request-form',
46254625
'wpforms', // integration with wpforms
4626+
'fast-cmp-form', // IFRAME of https://eu.fastcmp.com/#overview
46264627
];
46274628

46284629
const exclusionsByRole = [

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4623,6 +4623,7 @@ function formIsExclusion(currentForm) {
46234623
'frmCalc', // nobletitle-calc
46244624
'ihf-contact-request-form',
46254625
'wpforms', // integration with wpforms
4626+
'fast-cmp-form', // IFRAME of https://eu.fastcmp.com/#overview
46264627
];
46274628

46284629
const exclusionsByRole = [

js/src/public-2-external-forms.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ function formIsExclusion(currentForm) {
8383
'frmCalc', // nobletitle-calc
8484
'ihf-contact-request-form',
8585
'wpforms', // integration with wpforms
86+
'fast-cmp-form', // IFRAME of https://eu.fastcmp.com/#overview
8687
];
8788

8889
const exclusionsByRole = [

0 commit comments

Comments
 (0)