diff options
author | gorhill <rhill@raymondhill.net> | 2015-08-01 09:49:29 -0400 |
---|---|---|
committer | gorhill <rhill@raymondhill.net> | 2015-08-01 09:49:29 -0400 |
commit | f1cf2036fc4f1d5853f0436dd565cf0b1773663c (patch) | |
tree | 9c7d64bfa651b337f8ea1b962218ffdc3cf8b8cc | |
parent | c1b2057fe71ac3db0bdf81ef0bbfff5d29299092 (diff) | |
download | uBlock-f1cf2036fc4f1d5853f0436dd565cf0b1773663c.zip uBlock-f1cf2036fc4f1d5853f0436dd565cf0b1773663c.tar.gz uBlock-f1cf2036fc4f1d5853f0436dd565cf0b1773663c.tar.bz2 |
informative link for WebRTC
-rw-r--r-- | src/settings.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings.html b/src/settings.html index 53f108e..bf99f2e 100644 --- a/src/settings.html +++ b/src/settings.html @@ -19,7 +19,7 @@ <li class="subgroup"><span data-i18n="3pGroupPrivacy"></span><ul> <li><input id="prefetching-disabled" type="checkbox"><label data-i18n="settingsPrefetchingDisabledPrompt" for="prefetching-disabled"></label> <a class="fa info" href="https://wikipedia.org/wiki/Link_prefetching#Issues_and_criticisms" target="_blank"></a> <li><input id="hyperlink-auditing-disabled" type="checkbox"><label data-i18n="settingsHyperlinkAuditingDisabledPrompt" for="hyperlink-auditing-disabled"></label> <a class="fa info" href="http://www.wilderssecurity.com/threads/hyperlink-auditing-aka-a-ping-and-beacon-aka-navigator-sendbeacon.364904/" target="_blank"></a> - <li><input id="webrtc-ipaddress-hidden" type="checkbox"><label data-i18n="settingsWebRTCIPAddressHiddenPrompt" for="webrtc-ipaddress-hidden"></label> + <li><input id="webrtc-ipaddress-hidden" type="checkbox"><label data-i18n="settingsWebRTCIPAddressHiddenPrompt" for="webrtc-ipaddress-hidden"></label> <a class="fa info" href="https://www.w3.org/wiki/Privacy/IPAddresses" target="_blank"></a> </ul> </ul> |