Fixed broken link

pull/2/head
Alexey Petrenko 8 years ago
parent 70910fd2aa
commit 3b5b572f36

@ -145,7 +145,7 @@
"description": "" "description": ""
}, },
"statsPageHyperlinkAuditingFoiled" : { "statsPageHyperlinkAuditingFoiled" : {
"message": "<a href='http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#hyperlink-auditing'>Hyperlink auditing</a> attempts foiled: {{count}}", "message": "<a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>Hyperlink auditing</a> attempts foiled: {{count}}",
"description": "" "description": ""
}, },
"statsPageCookiesRemoved" : { "statsPageCookiesRemoved" : {
@ -380,7 +380,7 @@
"description": "" "description": ""
}, },
"privacyProcessHyperlinkAuditingPrompt" : { "privacyProcessHyperlinkAuditingPrompt" : {
"message": "Block all <a href='http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#hyperlink-auditing'>hyperlink auditing</a> attempts.", "message": "Block all <a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>hyperlink auditing</a> attempts.",
"description": "" "description": ""
}, },
"privacyProcessHyperlinkAuditingHelp" : { "privacyProcessHyperlinkAuditingHelp" : {

@ -178,7 +178,7 @@ var onBeforeSendHeadersHandler = function(details) {
// in request log. This way the user is better informed of what went // in request log. This way the user is better informed of what went
// on. // 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 // Target URL = the href of the link
// Doc URL = URL of the document containing the target URL // Doc URL = URL of the document containing the target URL

Loading…
Cancel
Save