Skip to content

Commit 3f3b0b3

Browse files
committed
start working on magento#288
1 parent f0fe55b commit 3f3b0b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ReCaptchaFrontendUi/Plugin/ExcludeFromMinification.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ public function aroundGetExcludes(Minification $subject, callable $proceed, $con
2828
return $result;
2929
}
3030
$result[] = 'https://www.google.com/recaptcha/api.js';
31+
$result[] = 'https://www.recaptcha.net/recaptcha/api.js';
3132
return $result;
3233
}
3334
}

0 commit comments

Comments
 (0)