this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

consistent terminology (-addon).

+3 -4
+3 -4
privacy_consent.html
··· 121 121 <img src="./logo48.png" alt="SkyLink Logo"> 122 122 <h1>SkyLink Privacy Policy</h1> 123 123 </div> 124 - <p>While <b>no information is collected by the extension author</b>, this extension makes use of the <a href="https://developers.google.com/speed/public-dns/">Google DNS service</a> for required functionality.</p> 125 - <p>The Google DNS service is used because browser extensions do not have native access to DNS, which is needed to lookup the AT PROTO TXT record.</p> 124 + <p>While <b>no information is collected by the extension author</b>, this extension makes use of the <a href="https://developers.google.com/speed/public-dns/">Google DNS service</a> for required functionality. The Google DNS service is used because browser extensions do not have native access to DNS, which is needed to lookup the AT Protocol TXT record.</p> 126 125 <p>A summary of what is collected by Google DNS: 127 126 <ul> 128 127 <li>the IP address of your device sending the DNS query</li> ··· 145 144 <li>Response HTTP encoding, such as application/dns-message or json</li> 146 145 </ul> 147 146 </p> 148 - <p>Please read and accept the full <a href="https://developers.google.com/speed/public-dns/privacy" target="_blank">Google DNS privacy policy</a> before using this addon.</p> 147 + <p>Please read and accept the full <a href="https://developers.google.com/speed/public-dns/privacy" target="_blank">Google DNS privacy policy</a> before using this extension.</p> 149 148 <button class="button accept" id="accept">Accept (Continue)</button> 150 - <button class="button decline" id="decline">Decline (Remove Extension)</button> 149 + <button class="button decline" id="decline">Decline (Uninstall Extension)</button> 151 150 <script src="privacy_consent.js"></script> 152 151 </div> 153 152 </body>