We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3beacb5 commit 1c1ba44Copy full SHA for 1c1ba44
1 file changed
src/components/ssl-observatory.js
@@ -75,7 +75,7 @@ function SSLObservatory() {
75
this.proxy_test_callback = null;
76
this.cto_url = "https://check.torproject.org/?TorButton=true";
77
// a regexp to match the above URL
78
- this.cto_regexp = RegExp("^https://check\.torproject\.org/");
+ this.cto_regexp = RegExp("^https://check\\.torproject\\.org/");
79
80
this.public_roots = root_ca_hashes;
81
0 commit comments