README 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. This framework implements HTTPS Everywhere (https://www.eff.org/https-everywhere) mechanisms for use in PHP programs.
  2. It is much like perl-HTTPSEverywhere (https://github.com/mikecardwell/perl-HTTPSEverywhere), but our one is for PHP (but not necessarily for 'web applications').
  3. GOALS
  4. =====
  5. * Shoud work with PHP 5.3.x+
  6. NON-GOALS
  7. =========
  8. * UI (and hence i18n)
  9. TODO
  10. ====
  11. * Currently php-https-everywhere needs some startup time if used with the EFF-developed full set of rules (since there are many) and it's not short
  12. LICENSE
  13. =======
  14. HTTPSEverywhere for Desktopd
  15. Copyright (C) 2015 Desktopd Developer(s)
  16. This program is free software: you can redistribute it and/or modify
  17. it under the terms of the GNU Affero General Public License as
  18. published by the Free Software Foundation, either version 3 of the
  19. License, or (at your option) any later version.
  20. This program is distributed in the hope that it will be useful,
  21. but WITHOUT ANY WARRANTY; without even the implied warranty of
  22. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  23. GNU Affero General Public License for more details.
  24. You should have received a copy of the GNU Affero General Public License
  25. along with this program. If not, see <http://www.gnu.org/licenses/>.
  26. https://www.gnu.org/licenses/agpl.html