Skip to content

Instantly share code, notes, and snippets.

@arsduo
Created June 17, 2018 13:10
Show Gist options
  • Save arsduo/9c30f336324d07473b5f21e6964823d1 to your computer and use it in GitHub Desktop.
Save arsduo/9c30f336324d07473b5f21e6964823d1 to your computer and use it in GitHub Desktop.
Sanitizing History - New Options
// 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