- Add missing type for
compact
mode
- Add "compact" mode to modal configuration to reduce the size of the modal - helps to fit in tight spaces like iframes
- Replace priority link preload with fetchpriority attribute
- Add a link preload for the challenge script to increase its priority
- Fix "types"
- Expose the entire ABR response data to the onerror callback
- Add the option to disable modal close on click outside
Fix (onerror report) for 403 responses with no data
Exposing package types
entry.
Superimpose existing _pxOnCaptchaSuccess (when applicable) and reinstate the old one when finished
To disable abort function for long wait
Instead of jumping into appearance - add an open animation for the challenge
Modify reCAPTCHA's selector to fix auto-adjust z-index after its appearance
In case an element already existed on the page with z-index 2000000000 (which is Google's reCAPTCHA z-index), our modal was showing over it. This observer looks for Google's reCAPTCHA overlay and moves our modal below it.