Merge pull request #2487 from matrix-org/dbkr/desktop_robot_check_check

Fix desktop captcha check
This commit is contained in:
David Baker
2019-01-23 16:14:32 +00:00
committed by GitHub

View File

@@ -62,7 +62,7 @@ module.exports = React.createClass({
console.log("Loading recaptcha script...");
window.mx_on_recaptcha_loaded = () => {this._onCaptchaLoaded();};
const protocol = global.location.protocol;
if (protocol === "file:") {
if (protocol === "vector:") {
const warning = document.createElement('div');
// XXX: fix hardcoded app URL. Better solutions include:
// * jumping straight to a hosted captcha page (but we don't support that yet)