diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json index bed0364..e956e23 100644 --- a/src/_locales/en/messages.json +++ b/src/_locales/en/messages.json @@ -145,7 +145,7 @@ "description": "" }, "statsPageHyperlinkAuditingFoiled" : { - "message": "Hyperlink auditing attempts foiled: {{count}}", + "message": "Hyperlink auditing attempts foiled: {{count}}", "description": "" }, "statsPageCookiesRemoved" : { @@ -380,7 +380,7 @@ "description": "" }, "privacyProcessHyperlinkAuditingPrompt" : { - "message": "Block all hyperlink auditing attempts.", + "message": "Block all hyperlink auditing attempts.", "description": "" }, "privacyProcessHyperlinkAuditingHelp" : { diff --git a/src/js/traffic.js b/src/js/traffic.js index 7dc36e9..9625bcb 100644 --- a/src/js/traffic.js +++ b/src/js/traffic.js @@ -178,7 +178,7 @@ var onBeforeSendHeadersHandler = function(details) { // in request log. This way the user is better informed of what went // on. - // http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#hyperlink-auditing + // https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing // // Target URL = the href of the link // Doc URL = URL of the document containing the target URL