parent
8eac031047
commit
f739b9d37d
@ -3,9 +3,10 @@ import log from '@converse/headless/log';
|
|||||||
import { api } from '@converse/headless/core';
|
import { api } from '@converse/headless/core';
|
||||||
|
|
||||||
function checkTLS (uri) {
|
function checkTLS (uri) {
|
||||||
|
const uri_protocol = uri.protocol().toLowerCase();
|
||||||
return (
|
return (
|
||||||
window.location.protocol === 'http:' ||
|
window.location.protocol === 'http:' ||
|
||||||
(window.location.protocol === 'https:' && uri.protocol().toLowerCase() === 'https')
|
(window.location.protocol === 'https:' && ['http', 'aesgcm'].includes(uri_protocol))
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user