Skip to content

Commit b5ec3ca

Browse files
committed
Merge remote-tracking branch 'origin/fix' into dev
# Conflicts: # cleantalk.php # js/apbct-public-bundle_ext-protection.min.js # js/apbct-public-bundle_ext-protection_gathering.min.js # js/apbct-public-bundle_full-protection.min.js # js/apbct-public-bundle_full-protection_gathering.min.js
2 parents c67723c + 4beeecc commit b5ec3ca

15 files changed

Lines changed: 324 additions & 12 deletions

inc/cleantalk-pluggable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1450,7 +1450,7 @@ function apbct_is_skip_request($ajax = false, $ajax_message_obj = array())
14501450
apbct_is_plugin_active('bloom/bloom.php') &&
14511451
Post::get('action') === 'bloom_subscribe'
14521452
) {
1453-
return 'Bloom';
1453+
return 'Bloom skip - has the direct integration';
14541454
}
14551455

14561456
// Ajax Search Lite - these requests will be caught by search form protection

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
@@ -4635,6 +4635,7 @@ function formIsExclusion(currentForm) {
46354635
'frmCalc', // nobletitle-calc
46364636
'ihf-contact-request-form',
46374637
'wpforms', // integration with wpforms
4638+
'fast-cmp-form', // IFRAME of https://eu.fastcmp.com/#overview
46384639
];
46394640

46404641
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
@@ -4635,6 +4635,7 @@ function formIsExclusion(currentForm) {
46354635
'frmCalc', // nobletitle-calc
46364636
'ihf-contact-request-form',
46374637
'wpforms', // integration with wpforms
4638+
'fast-cmp-form', // IFRAME of https://eu.fastcmp.com/#overview
46384639
];
46394640

46404641
const exclusionsByRole = [

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4635,6 +4635,7 @@ function formIsExclusion(currentForm) {
46354635
'frmCalc', // nobletitle-calc
46364636
'ihf-contact-request-form',
46374637
'wpforms', // integration with wpforms
4638+
'fast-cmp-form', // IFRAME of https://eu.fastcmp.com/#overview
46384639
];
46394640

46404641
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
@@ -4635,6 +4635,7 @@ function formIsExclusion(currentForm) {
46354635
'frmCalc', // nobletitle-calc
46364636
'ihf-contact-request-form',
46374637
'wpforms', // integration with wpforms
4638+
'fast-cmp-form', // IFRAME of https://eu.fastcmp.com/#overview
46384639
];
46394640

46404641
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)