slightly better regex

pull/1/head
ansuz 2016-08-02 17:08:46 +02:00
parent 792d74d541
commit fa654a7646
1 changed files with 1 additions and 1 deletions

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