This framework implements HTTPS Everywhere (https://www.eff.org/https-everywhere ) mechanisms for use in PHP programs. https://notabug.org/desktopd/desktopd

BM-2cWimYg96o7rdmFy99U5RMdQGpXrx75NCE 7e0e702d39 Added an example and the default user rule directory. 9 anos atrás
classes 425ae12045 Initial commit 9 anos atrás
examples 7e0e702d39 Added an example and the default user rule directory. 9 anos atrás
https-everywhere 7e0e702d39 Added an example and the default user rule directory. 9 anos atrás
tests 7e0e702d39 Added an example and the default user rule directory. 9 anos atrás
.gitignore 7e0e702d39 Added an example and the default user rule directory. 9 anos atrás
LICENSE 41b1404f1e Added the license text and banners 9 anos atrás
README 41b1404f1e Added the license text and banners 9 anos atrás

README

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 .

https://www.gnu.org/licenses/agpl.html