codeman38 / requestpolicy

RequestPolicy is a Firefox extension that gives you control over cross-site requests. --- It has been developed until 2012 and is being continued since July 2014.

Home Page:https://requestpolicycontinued.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RequestPolicy (continued)

About RequestPolicy

RequestPolicy is a Firefox extension that gives you control over cross-site requests. It does this through user-defined whitelists and blacklists. Users can also subscribe to policies (whitelists and blacklists) maintained by others.

For more information about RequestPolicy and cross-site requests, have a look at our website: https://requestpolicycontinued.github.io/

Questions? – Feedback, Bugs etc.

If you have any questions or ideas, please post them in our general discussion or create a new issue. If you've found a bug, please create directly a new issue.

This project

The RequestPolicy "Continued" project is a fork of RequestPolicy, which had been developed by Justin Samuel until 2012. Currently we aim at releasing our first stable version – 1.0 – but there is still much to do. If you want to be informed about this milestone, you could subscribe to this issue. If you're interested, here you can find a list of all open issues for version 1.0.

License

GPL v3

Getting the Source Code

If you'd like to download the RequestPolicy source code from our version control system, you can do so with:

git clone https://github.com/RequestPolicyContinued/requestpolicy.git

Then from the repository's root directory run

make

to create a XPI file. It will be created at dist/requestpolicy.xpi and can be used for easy installation of RP into your web browser (Firefox).

Development

You'd like to get more into RequestPolicy? Great! If you simply want to know what's going on in our community, check the issues list. If you want to get more into the source code, please take a look at our Development Wiki. In any case, we would be pleased if you say hello in our general discussion "issue".

By the way, the wiki can be cloned locally with git clone https://github.com/RequestPolicyContinued/requestpolicy.wiki.git. It is included as a git submodule of the main repository, so you can clone both the source and developement wiki in one step with git clone --recursive https://github.com/RequestPolicyContinued/requestpolicy or by running git submodule update --init inside your copy of the repository.

About

RequestPolicy is a Firefox extension that gives you control over cross-site requests. --- It has been developed until 2012 and is being continued since July 2014.

https://requestpolicycontinued.github.io/


Languages

Language:JavaScript 95.2%Language:CSS 3.2%Language:Makefile 1.0%Language:Shell 0.6%Language:PHP 0.1%