slightly better regex

This commit is contained in:
ansuz 2016-08-02 17:08:46 +02:00
parent 792d74d541
commit fa654a7646

View File

@ -38,7 +38,7 @@ define([
var hostname = window.location.hostname;
// don't do anything funny unless you're on a cryptpad subdomain
if (!/cryptpad.fr/i.test(hostname)) { return; }
if (!/cryptpad.fr$/i.test(hostname)) { return; }
if (hash.length >= 56) {
// you're on the right domain