googlearchive / chrome-nfc

Chrome App NFC Library
Other
214 stars 69 forks source link

Access Closure Compiler via HTTPS (Chromium issue #760416). #32

Open micolous opened 7 years ago

micolous commented 7 years ago

Currently, the Closure Compiler web service is accessed via HTTP. If the request is intercepted, the compiled Javascript may be replaced with something else. This patch uses HTTPS instead, which on modern versions of Python also validates certificates.

Bug: https://bugs.chromium.org/p/chromium/issues/detail?id=760416

MatrixFrog commented 6 years ago

lgtm