Skip to content
  1. Jul 21, 2021
  2. Jul 20, 2021
  3. Jul 19, 2021
    • Hayat's avatar
      Merge branch 'prevent-contact-data-in-debug' into 'main' · bd04fc5d
      Hayat authored
      prevent contact data from being included in debug logs
      
      See merge request !1975
      bd04fc5d
    • Bengfort's avatar
      prevent contact data from being included in debug logs · b52a1084
      Bengfort authored
      steps to reproduce:
      
      -   set `DEBUG = False`
      -   set `ADMINS` to a non-empty value
      -   raise an exception in some POST handler
      -   make a POST request to that view
      
      The default logging configuration will generate a debug mail to the
      addresses defined in `ADMINS`. This message contains all environment
      variables, settings, GET and POST parameters, and a stack trace.
      
      With this change, all POST parameters will be replaced by `'*********'`.
      b52a1084
  4. Jul 14, 2021
  5. Jul 13, 2021
  6. Jul 12, 2021
  7. Jul 07, 2021
  8. Jul 06, 2021