Confirmed users
81
edits
(Formatting, documented kinto github repositories) |
(Added information on obtaining data from the NSPR logs) |
||
| Line 153: | Line 153: | ||
* https://reviewboard.mozilla.org/r/45445/ | * https://reviewboard.mozilla.org/r/45445/ | ||
==== Tips for Testing ==== | |||
You can get tests (or Firefox) to give you more information on what the content signature verifier is doing by setting the NSPR_LOG_MODULES environment variable. For example: | |||
<pre> | |||
EXPORT NSPR_LOG_MODULES=ContentSignatureVerifier:5,CSTrustDomain:5 | |||
</pre> | |||