UNPKG

perimeterx-axios-interceptor

Version:

🧱 Intercept requests which are blocked by PerimeterX - pop up the challenge and retry the request

27 lines (23 loc) • 664 B
/** * Default title * @type {string} */ module.exports.TITLE = 'One Small Step'; /** * Default subtitle * @type {string} */ module.exports.SUBTITLE = 'Please check the box below to continue your normal visit'; /** * Default quick fixes list * @type {string[]} */ module.exports.QUICKFIXES = [ 'Please exclude this website from ad blocking or ad filtering software.', 'Make sure you don\'t have any browser extensions tampering with request headers or user agent string.' ]; /** * Default contact support text * @type {string} */ module.exports.SUFFIX = 'If you\'re still having trouble accessing the site, please contact customer support.';