Skip to content

Commit 1c1ba44

Browse files
committed
Fixup
1 parent 3beacb5 commit 1c1ba44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/ssl-observatory.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ function SSLObservatory() {
7575
this.proxy_test_callback = null;
7676
this.cto_url = "https://check.torproject.org/?TorButton=true";
7777
// a regexp to match the above URL
78-
this.cto_regexp = RegExp("^https://check\.torproject\.org/");
78+
this.cto_regexp = RegExp("^https://check\\.torproject\\.org/");
7979

8080
this.public_roots = root_ca_hashes;
8181

0 commit comments

Comments
 (0)