We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00f9982 commit fde7c0bCopy full SHA for fde7c0b
js/plugin_juicity/juicity.js
@@ -201,7 +201,7 @@ class juicityClass {
201
this.sharedStorage.sni = it
202
})
203
util.ifNotNull(url.searchParams.get("allow_insecure"), (it) => {
204
- if (it == "1" || it == "true") this.sharedStorage.allowInsecure = it
+ if (it == "1" || it == "true") this.sharedStorage.allowInsecure = true
205
206
util.ifNotNull(url.searchParams.get("pinned_certchain_sha256"), (it) => {
207
this.sharedStorage.pinnedCertchainSha256 = it
0 commit comments