update.html 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Cloud Firewall - Update Info</title>
  5. <meta charset="UTF-8">
  6. <meta name="viewport" content="width=device-width,initial-scale=1.0">
  7. <!--
  8. /*******************************************************************************
  9. Cloud Firewall - a browser extension/addon that allows users to block connections
  10. to sites, pages and web resources (images, videos, etc) hosted in major cloud services
  11. if the user wishes to do so.
  12. Copyright (C) 2019-2020 Niklas Poslovski
  13. Copyright (C) 2019 Gokulakrishna Sudharsan
  14. This program is free software: you can redistribute it and/or modify
  15. it under the terms of the GNU General Public License as published by
  16. the Free Software Foundation, either version 3 of the License, or
  17. (at your option) any later version.
  18. This program is distributed in the hope that it will be useful,
  19. but WITHOUT ANY WARRANTY; without even the implied warranty of
  20. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  21. GNU General Public License for more details.
  22. You should have received a copy of the GNU General Public License
  23. along with this program. If not, see <http://www.gnu.org/licenses/>.
  24. Home: https://notabug.org/nipos/cloud-firewall
  25. */
  26. -->
  27. <link rel="stylesheet" href="css/font-awesome.min.css" />
  28. <link rel="stylesheet" href="css/help.css" />
  29. <link rel="shortcut icon" href="images/shield.svg">
  30. <script src="js/help.js"></script>
  31. </head>
  32. <body>
  33. <h1><img src="images/shield32.png">Cloud Firewall Updated!</h1>
  34. <div id="accordion">
  35. <div class="card2">
  36. <div class="card2-header" style="text-align: center;">
  37. <h2 id="whats-new">What's new</h2>
  38. </div>
  39. <div id="whatsNew" data-parent="#accordion">
  40. <div class="card2-body">
  41. <ul> <strong>New Feature:</strong>
  42. <li>Temporary exceptions for domains now supported</li>
  43. <li>Add DNS over HTTPS fallback if dns.resolve() is not available</li>
  44. <li>Remove jQuery dependency</li>
  45. <li>Remove Bootstrap dependency</li>
  46. <li>Bugfix: Copy in TOML format doesn't work</li>
  47. </ul>
  48. <ul><strong>Contribute:</strong>
  49. <li>Send feedback, issue tickets, improvement ideas, and PRs welcome.</li>
  50. </ul>
  51. <ul>
  52. <strong>Note:</strong>
  53. <li>If you have "Decentraleyes" switch enabled in settings page, those resource URLs will not appear in the copied text. For research purposes, you can opt to disable that switch if you so wish.</li>
  54. <li>If you have a local hosts file with domains blocked, if any resource request is sent to those domains, the addon will not consider it as a Cloud-hosted resource since the Domain name will resolve to "0.0.0.0". Similar to above, if you wish, for research purposes, you can temporarily empty your hosts file. </li>
  55. <li> If Logging is enabled in Settings page, empty list "[]" will also up in the copied text when a Cloud-ResourceType combination has 0 blocked resource. If Logging is disabled, empty list will not show up. </li>
  56. <li>Only the blocked URLs will be provided when you copy. For example, if you choose to block only one Cloud, the copied text will NOT contain resources from the clouds you choose to allow.</li>
  57. <br/>
  58. <li>Do not use this addon with Tor Browser or with any Proxy addon from Mozilla store. There's a open ticket #18 for this.</li>
  59. <li>This addon works ENTIRELY OFFLINE and never makes a network call from within the addon code. No trackers, no analytics, no monitoring & no ads. The addon is also entirely User-Choice on how it's used.</li>
  60. </ul>
  61. <ul><em>Bugs? Feature Requests?</em>
  62. NotABug (Git repository): <a href="https://notabug.org/nipos/cloud-firewall/issues" target="_blank">Issue tracker</a> Mastodon: <a href="https://social.avareborn.de/@nipos" target="_blank">@nipos@social.avareborn.de</a> Email: <a href="mailto:support@nikisoft.one">support@nikisoft.one</a></p></ul>
  63. <ul><strong>News:</strong>
  64. <p> Paula Kreuzer, a Cloud Firewall user, listed it in her new article on How To Live Without the Tech Giants : <a href="https://write.privacytools.io/paulakreuzer/how-to-live-without-google-and-other-evil-tech-giants" target="_blank">in addons section here</a>
  65. <p> Paul <a href="https://nitter.pro/iampox" target="_blank">@iampox</a> from AlternativesTo.net tried it and added to AlternativesTo with a <a href="https://alternativeto.net/software/cloud-firewall" target="_blank">separate listing here</a>
  66. <p>Cloud Firewall is also featured in Humane Technologies Awesome List at :
  67. <a href="https://github.com/humanetech-community/awesome-humane-tech/blob/master/README.md" target="_blank">Humane Tech Awesome List</a></p>
  68. </ul>
  69. <!--ul>P.S. Cloud Firewall will never include trackers or analytics stuff. So I would not know if something went wrong inside addon. Reach out to me if you wish to share something! </ul-->
  70. </ul>
  71. <br/>
  72. <!--
  73. <strong>Supported Browsers:</strong> Firefox from <a href="https://mozilla.org" target="_blank">mozilla.org</a> or Mozilla's "Firefox For Android". <p><strong>NOT Supported</strong> to use this with other Firefox variants like TBB, Palemoon, Waterfox.<strong>DO NOT </strong>use it with TBB or "proxy addons" from addons store. <a href="https://gitlab.com/gkrishnaks/cloud-firewall/issues/18" target="_blank">Read more.</a> </p></ul>-->
  74. </div>
  75. </div>
  76. </div>
  77. <div class="card2"><br/>
  78. <div class="card2-header" style="text-align: center;">
  79. <h2 id="cloud-firewall">Cloud Firewall</h2>
  80. </div>
  81. <div id="whatisWaybackEverywhere" data-parent="#accordion">
  82. <div class="card2-body">
  83. <ul>
  84. <li>Cloud Firewall is a browser extension/addon that allows you to toggle blocking ON or OFF for allowing your browser to connect to web pages and web resources (like images, videos) hosted on popular top 5 cloud/companies. </li>
  85. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>Example 1: </em> If "Block Amazon" is toggled ON in Popup, all websites hosted on Amazon AWS will be blocked. Future version of addon will have a "allow all clouds in this site" button in UI for excluding some sites from blocking rules. <br/>
  86. </li>
  87. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>Example 2: </em> If "Block Amazon" is toggled ON, let's say a website is hosted "on-premise (not in cloud)", but has some "resources" like images, video and scripts hosted on Amazon AWS cloud, only those "3rd party" resources are blocked --> "3rd party" = these resources which are in another domain. "1st party" = site in address bar and resources delivered from same domain on-premise server.<br/>
  88. <li>By default, in version 0.0.1.x, the toggle state ON or OFF in popup menu is not persisted across browser restarts. When browser starts, all 5 toggles are set to OFF , i.e allow connections to all 5 cloud by default. You have the option to open popup menu and toggle ON or OFF against each cloud that you wish to block or allow.</li><a href="https://github.com/humanetech-community/awesome-humane-tech#privacy" target="_blank"><img src="images/humanetech.svg"></a></div>
  89. </div>
  90. </div>
  91. <div class="card2">
  92. <br/>
  93. <div class="card2-header" style="text-align: center;">
  94. <h2 id="inspiration-purpose">Inspiration and Purpose</h2>
  95. </div>
  96. <div id="features" data-parent="#accordion">
  97. <div class="card2-body">
  98. <ul> <em>Inspiration:</em>
  99. <li> The inspiration behind the creation of this addon was the "Life without the tech giants" series by Kashmir Hill and Dhruv Mehrotra. Read it here : <a href="https://gizmodo.com/life-without-the-tech-giants-1830258056" target="_blank">Gizmodo article series </a> and Dhruv Mehrotra published the VPN tool in his <a href="https://github.com/dmehrotra/GoodbyeBigFive"> Github Repository </a>. </li>
  100. <li> I used the AS.csv from his repository and the BASH script to generate the list of IPv4/IPv6 CIDR blocks/ranges owned by each of the 5 companies </li>
  101. </ul>
  102. <ul> <em>Purpose:</em> <li> <strong>Experience</strong> the web as though major cloud companies are not available, so that we can visualize how much of the WWW is hosted in some cloud providers</li>
  103. <li> <strong>Research: </strong> similar to Kashmir Hill's series, you can conduct research on how many times your browser connects to major top 5 tech companies when you browse the WWW. (Please let the developer know if this addon helps with your research)</li>
  104. <li> <strong>Website Testing:</strong> If you are a website developer or site owner, and have some resources like javascript or images or videos hosted in Cloud providers like AWS or Azure or Google Cloud, use this addon for testing your website behaviour for the case where the whole Cloud region goes down. (Please let the developer know if this addon helps with testing your websites)</li>
  105. </div>
  106. </div>
  107. </div>
  108. <div class="card2"><br/>
  109. <div class="card2-header" style="text-align: center;">
  110. <h2 id="how-does-it-work">How does it work?</h2>
  111. </div>
  112. <div id="howworks" data-parent="#accordion">
  113. <div class="card2-body">
  114. <ul>
  115. <li>Addon comes bundled with a list of all IP address ranges CIDR blocks in both IPV4 and IPV6 owned by top 5 tech companies. Refer "Inspiration" section above for the source of this list.</li>
  116. <li>Whenever a page is loaded, all the resources in the page from address bar URL to embedded images, javascript files and other resources (like video) are resolved from DNS to IP address, and the IP address is checked against the known list of IP ranges owned by each company</li>
  117. <li>If "Block {company}" switch is toggled ON in popup, the connection is blocked if the resolved IP is within a known range of the selected company.
  118. <li>Addon uses local offline storage to store a cache of hostnames so that subsqeuent page loads are faster. Domain names are stored as base64 SHA256 digest sums. User has the option to delete this cache OR disable cache storage from Settings page</li>
  119. <li>In future versions, we will research an optional setting to AES256 encrypt this cache </li>
  120. <li>When caching is enabled, cache is compressed and written to disk once every four minutes to avoid multiple disk writes</li>
  121. </div>
  122. </div>
  123. </div>
  124. <div class="card2"><br/>
  125. <div class="card2-header" style="text-align: center;">
  126. <h2 id="stats">Stats</h2>
  127. </div><div id="Stats" data-parent="#accordion">
  128. <div class="card2-body">
  129. <ul>
  130. <li> Stats are displayed in popup menu. Stats include the number of connections blocked by the addon per company, and total connections blocked count across all.</li>
  131. <li> Since the stat counts are per-device (per-install) statistics, it is not included in Export/Import setting feature. (Export/Import settings option will be added in a future version)</li>
  132. <li> To avoid multiple disk writes, stats are stored to disk once every four minutes. It's fine if browser is closed before a four minute window as stats are not a critical value :)</li>
  133. </ul>
  134. </div>
  135. </div>
  136. </div>
  137. <div class="card2">
  138. <div class="card2-header" style="text-align: center;"><br/>
  139. <h2 id="credits-and-acknowledgements">Credits and Acknowledgements</h2>
  140. </div>
  141. <div id="Credits" data-parent="#accordion">
  142. <div class="card2-body">
  143. <ul><li>Refer Inspiration section above. This addon uses the AS.csv and bash script from this Github Repo : <a href="https://github.com/dmehrotra/GoodbyeBigFive" target="_blank"> Github page </a><br/></li>
  144. <li> <em >This addon uses the following libraries for UI :</em><br/>
  145. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Bootstrap (CSS and JS)<br/>
  146. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; FontAwesome <br/>
  147. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; JQuery.<br/>
  148. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CSS for "toggle switches" was taken from this article in blog : <a href="https://dev.to/link2twenty/accessibility-first-toggle-switches-3obj" target="_blank">Dev.to post</a><br/>
  149. These are governed by their respective licenses. You can refer to their websites for the same.<br/></li>
  150. <li> <em >This addon uses the following libraries for functionality/utilities :</em><br/>
  151. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;LZString data compression : <a href="http://pieroxy.net/blog/pages/lz-string/guide.html" target="_blank">Pieroxy.net</a><br/>
  152. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PublicSuffixList by Mozilla: <a href="https://publicsuffix.org/" target="_blank">Public Suffix List</a><br/>
  153. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; UriTools.js from UblockOrigin: <a href="https://github.com/gorhill/uBlock/blob/master/src/js/uritools.js" target="_blank">Repository</a><br/>
  154. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ipaddr.js :<a href="https://github.com/whitequark/ipaddr.js" target="_blank"> Repository</a> <br/>
  155. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ip-range-check package : <a href="https://github.com/danielcompton/ip-range-check" target="_blank">Repository</a>
  156. <br/>
  157. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Forge library for SHA256 digest hashing: <a href="https://github.com/digitalbazaar/forge" target="_blank">Repository</a><br/>
  158. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PunyCode.js <a href="https://github.com/bestiejs/punycode.js/" target="_blank">Repository</a><br/>
  159. These are governed by their respective licenses. You can refer to their websites for the same.<br/></li>
  160. <li> This addon uses the icons created by Isaac Grant and he published it under Creative Commons license : <a href="https://www.iconfinder.com/icons/2739111/protection_secure_shield_icon">IconFinder page</a></li></ul>
  161. </div>
  162. </div>
  163. </div>
  164. <div class="card2">
  165. <div class="card2-header" style="text-align: center;"><br/>
  166. <h2 id="license-disclaimer-privacy">License, Disclaimer and Privacy Policy</h2>
  167. </div>
  168. <div id="LicenseAndDisclaimer" data-parent="#accordion">
  169. <div class="card2-body">
  170. <ul>
  171. <div class="card2-block">The Cloud Firewall addon is licensed under GPLv3 license. Refer the full license here : <a href="license.html" id="licenselink" target="_blank">License</a></div>
  172. ---
  173. <p> Cloud Firewall - a browser extension/addon that allows you to toggle blocking ON or OFF for allowing your browser to connect to web pages and web resources (like images, videos) hosted on popular top 5 cloud/companies. <br/><br/> Copyright (C) 2019-2020 Niklas Poslovski<br/>Copyright (C) 2019 Gokulakrishna Sudharsan
  174. <br/> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
  175. <br/> This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
  176. <br/> You should have received a copy of the GNU General Public License along with this program. If not, see
  177. https://www.gnu.org/licenses/
  178. </p>
  179. ---
  180. <br/><p> Privacy Policy in one line : We do not collect your data. Detailed privacy policy page : <a href="privacy.en.html" id="privacy" target="_blank">Privacy Policy</a>
  181. </ul>
  182. </div>
  183. </div>
  184. </div>
  185. </div>
  186. </div><br>
  187. <footer> <div style="text-align: center;" id="footer">
  188. <a href="https://notabug.org/nipos/cloud-firewall/issues" target="_blank">Report an issue/Feature request</a><br>
  189. <a href="https://liberapay.com/nipos" target="_blank">Donate on Liberapay</a>
  190. <p id="appVersion"></p>
  191. </div>
  192. </footer>
  193. </div>
  194. </body>
  195. </html>