1234567891011121314151617181920212223242526272829303132333435363738394041 |
- This framework implements HTTPS Everywhere (https://www.eff.org/https-everywhere) mechanisms for use in PHP programs.
- It is much like perl-HTTPSEverywhere (https://github.com/mikecardwell/perl-HTTPSEverywhere), but our one is for PHP (but not necessarily for 'web applications').
- GOALS
- =====
- * Shoud work with PHP 5.3.x+
- NON-GOALS
- =========
- * UI (and hence i18n)
- TODO
- ====
- * 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
- LICENSE
- =======
- HTTPSEverywhere for Desktopd
- Copyright (C) 2015 Desktopd Developer(s)
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
- 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 Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>.
- https://www.gnu.org/licenses/agpl.html
|