Bug 1333140 Comment 58 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

I don't think this should be closed, without HTTPS

  console.log(self.SubtleCrypto)
  console.log(self.crypto)

do not log undefined as they should.
I don't think this should be closed, without HTTPS
```
console.log(self.SubtleCrypto)
console.log(self.crypto)
```
do not log undefined as they should.

Back to Bug 1333140 Comment 58