Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor code to use new context class, better code style * improve cookie validation * getting configurations from server, more refactoring * adjust tests * code formatting fix * use staging config service location * removed trailing slash from service location * renamed the uuid in the whole project to use one convention, fixed module not sending page_requested from s2s, fixed module not extracting details from s2s when score was under blockscore, added client_uuid to page_requested * disable when no configurations * Updated the readme file * error massages, fetching configs disabled by default * test * undo interval change * fixed merge errors * removed block template config * code style fixes * Added module mode support * small changes to config * Updated readme for module mode support * Updated readme small fix in readme * Update README.md evald -> evaluated * ip headers as list * validate ips * added pass_reason to page_requested * added 3 pass reasons * added risk_ttl * added initializer for risk_rtt * small visual changes * started additional activity handler * removed unneeded quotes * fixed enum * Added additional activity handler * refactor valudation, replaced customBlockHandler with customRequestHandler, added missing pass_reasons * small refactor * first version of travis file * testing travis again * updated gitignore * updated tests * fixed failing tests * removed unneeded console.log * Update README.md * reverted UA * removed unneeded console.log * removed unneeded console.log * added cookieOrigin to ctx * issue with block reason fixed * fixed failing tests * removed lodash dependency * changed remote config path * working with shared base * only set interval when in dynamic conf mode * using new client class * removed unused function * fixed integration tests * moved some tests around * update dependencies * added instructions for captcha provider in readme * added monitorMode to readme * added header support for mobile * upgraded moment package * tests fix * bump version * added changes to changelog * upgraded express * update travis yml * added istanbul coverage * small fix for response handling * refactor to middleware * more refactoring * small refactors to readme and package.json * Update perimeterx.js * bump version * added npmignore * small refactor to enforce (#51) * Version 3.1.1
- Loading branch information