privacy.en.html 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <!DOCTYPE html>
  2. <html>
  3. <!--
  4. /*******************************************************************************
  5. Cloud Firewall - a browser extension/addon that allows users to block connections
  6. to sites, pages and web resources (images, videos, etc) hosted in major cloud services
  7. if the user wishes to do so.
  8. Copyright (C) 2019 Niklas Poslovski
  9. Copyright (C) 2019 Gokulakrishna Sudharsan
  10. This program is free software: you can redistribute it and/or modify
  11. it under the terms of the GNU General Public License as published by
  12. the Free Software Foundation, either version 3 of the License, or
  13. (at your option) any later version.
  14. This program is distributed in the hope that it will be useful,
  15. but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17. GNU General Public License for more details.
  18. You should have received a copy of the GNU General Public License
  19. along with this program. If not, see <http://www.gnu.org/licenses/>.
  20. Home: https://notabug.org/nipos/cloud-firewall
  21. */
  22. -->
  23. <title>Cloud Firewall Privacy Policy</title>
  24. <head>
  25. <meta content="text/html;charset=utf-8" http-equiv="Content-Type">
  26. <meta content="utf-8" http-equiv="encoding">
  27. <meta name="viewport" content="width=device-width,initial-scale=1.0">
  28. </head>
  29. <body class="container">
  30. <h2>
  31. Cloud Firewall Privacy Policy</h2>
  32. <p>
  33. In this document, "It" refers the Cloud Firewall addon/extension, and "We" or "Us" refers the developer(s) of this addon.
  34. </p> <br/>
  35. <p>
  36. Cloud Firewall does not send any data at all about its users to any server anywhere. It technically cannot - see sourcecode at NotABug at <a href="https://notabug.org/nipos/cloud-firewall">notabug.org/nipos/cloud-firewall</a>) send any data back to any central server. It stores "Cache", "stats", and other settings in user's local storage offline
  37. - and never sends it to any server anywhere. From settings page, you have the ability to disable the local offline cache. It does not (again, technically cannot - see sourcecode) collect a list of URLs you visit and send to us in any form or way. We do not wish to know what sites you browse.
  38. </p> <br/>
  39. <p>When you install any addon/extension, Mozilla addons.mozilla.org merely tracks the "number of installations" of any addon. Updates to this extension/addon will be provided on the means provided by browser vendor like Mozilla via their respective update methods. </p>
  40. </body>
  41. <script src="js/i18n.js"></script>
  42. </html>