Created
June 17, 2018 13:10
-
-
Save arsduo/9c30f336324d07473b5f21e6964823d1 to your computer and use it in GitHub Desktop.
Sanitizing History - New Options
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Any Elm object constructor names or record keys that contain sensitive data. | |
// These will be passed to a sanitizing function you provide. | |
// See the next section for more details. | |
watchWords: termsForSensitiveData, | |
historySanitizer: mySanitizingFunction |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment