this repo has no description
0
fork

Configure Feed

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

chore(privacy_consent.html): fix and format

+107 -81
+107 -81
privacy_consent.html
··· 1 1 <!DOCTYPE html> 2 2 <html lang="en"> 3 - <head> 4 - <meta charset="UTF-8"> 5 - <meta name="viewport" content="width=device-width, initial-scale=1.0"> 3 + <head> 4 + <meta charset="UTF-8" /> 5 + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 6 6 <title>Skylink Privacy Consent</title> 7 7 <style> 8 - html { 9 - line-height: 1.15; 10 - -webkit-text-size-adjust: 100%; 11 - } 8 + html { 9 + line-height: 1.15; 10 + -webkit-text-size-adjust: 100%; 11 + } 12 12 13 - body { 14 - margin: 0; 15 - } 13 + body { 14 + margin: 0; 15 + } 16 16 17 - h1 { 18 - font-size: 2em; 19 - margin: 0.67em 0; 20 - } 17 + h1 { 18 + font-size: 2em; 19 + margin: 0.67em 0; 20 + } 21 21 22 - a { 23 - background-color: transparent; 24 - } 22 + a { 23 + background-color: transparent; 24 + } 25 25 26 - p { 27 - margin: 1em 0; 28 - } 26 + p { 27 + margin: 1em 0; 28 + } 29 29 30 - ul { 31 - margin: 1em 0; 32 - padding: 0 0 0 40px; 33 - } 30 + ul { 31 + margin: 1em 0; 32 + padding: 0 0 0 40px; 33 + } 34 34 35 - li { 36 - list-style-type: disc; 37 - margin: 0 0 0.25em 0; 38 - } 35 + li { 36 + list-style-type: disc; 37 + margin: 0 0 0.25em 0; 38 + } 39 39 40 - button { 41 - font-family: inherit; 42 - font-size: 100%; 43 - line-height: 1.15; 44 - margin: 0; 45 - overflow: visible; 46 - text-transform: none; 47 - } 40 + button { 41 + font-family: inherit; 42 + font-size: 100%; 43 + line-height: 1.15; 44 + margin: 0; 45 + overflow: visible; 46 + text-transform: none; 47 + } 48 + 49 + button::-moz-focus-inner { 50 + border-style: none; 51 + padding: 0; 52 + } 48 53 49 - button::-moz-focus-inner { 50 - border-style: none; 51 - padding: 0; 52 - } 54 + button:-moz-focusring { 55 + outline: 1px dotted ButtonText; 56 + } 53 57 54 - button:-moz-focusring { 55 - outline: 1px dotted ButtonText; 56 - } 57 - .centered-container { 58 - position: absolute; 59 - top: 50%; 60 - left: 50%; 61 - transform: translate(-50%, -50%); 62 - } 58 + .centered-container { 59 + position: absolute; 60 + top: 50%; 61 + left: 50%; 62 + transform: translate(-50%, -50%); 63 + } 63 64 </style> 64 - </head> 65 - <body> 65 + </head> 66 + 67 + <body> 66 68 <div class="centered-container"> 67 - <h1>Privacy Consent for SkyLink - Bluesky DID Detector</h1> 68 - <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> 69 - <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> 70 - <p>A summary of what is collected by Google DNS: 71 - <ul> 72 - <li>the IP address of your device sending the DNS query</li> 73 - <li>Requested domain name</li> 74 - <li>Request type (TXT)</li> 75 - <li>Request Size</li> 76 - <li>Transport protocol (HTTPS)</li> 77 - <li>Client's autonomous system number</li> 78 - <li>User's geolocation: country, region, and city (no more specific than 1 km² and 1000 users)</li> 79 - <li>DNS Response code</li> 80 - <li>Google DNS server information</li> 81 - <li>Timestamp</li> 82 - <li>Processing time</li> 83 - <li>Response DNS flags (including AD, CD, DO, RD, and TC)</li> 84 - <li>Response size</li> 85 - <li>EDNS version</li> 86 - <li>EDNS option</li> 87 - <li>EDNS Client Subnet (ECS) (IP protocol and prefix length -- excluding the client IP address)</li> 88 - <li>Version string corresponding to HTTP path (/resolve)</li> 89 - <li>Response HTTP encoding, such as application/dns-message or json</li> 90 - </ul> 91 - </p> 92 - <p><a href="https://developers.google.com/speed/public-dns/privacy" target="_blank">Please Read and accept the full Google DNS privacy policy before using this addon.</a></p> 93 - <button id="accept">Accept (Continue)</button> 94 - <button id="decline">Decline (Remove Extension)</button> 95 - <script src="privacy_consent.js"></script> 69 + <h1>Privacy Consent for SkyLink - Bluesky DID Detector</h1> 70 + <p> 71 + While <b>no information is collected by the extension author</b>, this 72 + extension makes use of the 73 + <a href="https://developers.google.com/speed/public-dns/" 74 + >Google DNS service</a 75 + > 76 + for required functionality. 77 + </p> 78 + 79 + <p> 80 + The Google DNS service is used because browser extensions do not have 81 + native access to DNS, which is needed to lookup the AT PROTO TXT record. 82 + </p> 83 + 84 + <p>A summary of what is collected by Google DNS:</p> 85 + <ul> 86 + <li>the IP address of your device sending the DNS query</li> 87 + <li>Requested domain name</li> 88 + <li>Request type (TXT)</li> 89 + <li>Request Size</li> 90 + <li>Transport protocol (HTTPS)</li> 91 + <li>Client's autonomous system number</li> 92 + <li> 93 + User's geolocation: country, region, and city (no more specific than 1 94 + km² and 1000 users) 95 + </li> 96 + <li>DNS Response code</li> 97 + <li>Google DNS server information</li> 98 + <li>Timestamp</li> 99 + <li>Processing time</li> 100 + <li>Response DNS flags (including AD, CD, DO, RD, and TC)</li> 101 + <li>Response size</li> 102 + <li>EDNS version</li> 103 + <li>EDNS option</li> 104 + <li> 105 + EDNS Client Subnet (ECS) (IP protocol and prefix length -- excluding 106 + the client IP address) 107 + </li> 108 + <li>Version string corresponding to HTTP path (/resolve)</li> 109 + <li>Response HTTP encoding, such as application/dns-message or json</li> 110 + </ul> 111 + <p> 112 + <a 113 + href="https://developers.google.com/speed/public-dns/privacy" 114 + target="_blank" 115 + >Please Read and accept the full Google DNS privacy policy before 116 + using this addon.</a 117 + > 118 + </p> 119 + <button id="accept">Accept (Continue)</button> 120 + <button id="decline">Decline (Remove Extension)</button> 121 + <script src="privacy_consent.js"></script> 96 122 </div> 97 - </body> 123 + </body> 98 124 </html>