Commit fa25acaa authored by Kershaw Chang's avatar Kershaw Chang Committed by Pier Angelo Vendrame
Browse files

Bug 1892449 - Set network.http.digest_auth_cnonce_length to 16, a=dmeehan

Apparently, setting this value to 64 breaks some sites. We should use the same length as Chrome.

Original Revision: https://phabricator.services.mozilla.com/D208103

Differential Revision: https://phabricator.services.mozilla.com/D208119
parent eb2548de
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12782,7 +12782,7 @@
  # The length of cnonce string used in HTTP digest auth.
- name: network.http.digest_auth_cnonce_length
  type: uint32_t
  value: 64
  value: 16
  mirror: always

  # If true, HTTP response content-type headers will be parsed using the standards-compliant MimeType parser