This repository was archived by the owner on Mar 19, 2024. It is now read-only.
4.3.0
·
20 commits
to master
since this release
- Added:
- Allow custom obfuscation rules to be specified during initialization through context property
obfuscationRules. This is an optional object where keys are the JSON property or header names to obfuscate, and the values are functions from string to string. - Added functions
all,allButLast,allButFirstandwithFixedCountthat provide some pre-defined obfuscation rules to theobfuscationmodule. These are also available throughconnectsdk.obfuscation, whereconnectsdkis the imported SDK itself.
- Allow custom obfuscation rules to be specified during initialization through context property
- Changed:
- Header obfuscation is now case insensitive.