Skip to content

Commit

Permalink
updating the ReadMe.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
schomery committed Apr 7, 2016
1 parent 2850a65 commit 12ffe0e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 19 deletions.
10 changes: 5 additions & 5 deletions ReadMe.md
Expand Up @@ -6,18 +6,18 @@ For FAQs and instruction on how to use the extension please visit http://firefox

## Downloads:
Production version can be found at https://addons.mozilla.org/en-US/firefox/addon/privacy-settings/
Developer version can be found at https://github.com/schomery/privacy-settings/blob/master/builds/packed/firefox.xpi?raw=true
Developer version can be found at https://github.com/schomery/privacy-settings/tree/master/builds

## How to build from source code
If you have modified the source code and want to see the modified version in action, you can simply compile the project yourself. Run the following command in the terminal
```bash
gulp firefox
cd src
jpm xpi
```
This will generate an `XPI` file for you in the src directory. Drop the file in your Firefox browser
Notes:

1. The compiler is based on [nodejs](https://nodejs.org/en/) and [gulp](http://gulpjs.com/)
2. You also need to have these modules available, https://github.com/schomery/privacy-settings/blob/master/gulpfile.js#L3-L14

1. To build this project you need to have [nodejs](https://nodejs.org/en/) installed. Also make sure `jpm` module is also globally available; [https://www.npmjs.com/package/jpm](https://www.npmjs.com/package/jpm)

## Technical notes:
#### Temporary Locking a Preference
Expand Down
29 changes: 15 additions & 14 deletions src/data/advanced-settings/index.html
Expand Up @@ -45,7 +45,8 @@ <h1 data-l10n-id="avdsttngs.title">Advanced Settings :: Privacy Settings</h1>
<div class="v-flex">
<div class="h-flex">
<span>browser.safebrowsing.<b>downloads</b>.enabled</span>
<label>prv</label>
<label>prvcy</label>
<label>scrty</label>
<spacer></spacer>
<input type="checkbox" name="browser.safebrowsing.downloads.enabled">
<span type="checkbox"></span>
Expand All @@ -57,7 +58,7 @@ <h1 data-l10n-id="avdsttngs.title">Advanced Settings :: Privacy Settings</h1>
<div class="v-flex">
<div class="h-flex">
<span>network.http.send<b>Referer</b>Header</span>
<label>prv</label>
<label>prvcy</label>
<spacer></spacer>
<input type="range" name="network.http.sendRefererHeader" min="0" max="2">
<span type="range"></span>
Expand All @@ -69,7 +70,7 @@ <h1 data-l10n-id="avdsttngs.title">Advanced Settings :: Privacy Settings</h1>
<div class="v-flex">
<div class="h-flex">
<span>network.http.<b>referer</b>.XOriginPolicy</span>
<label>prv</label>
<label>prvcy</label>
<spacer></spacer>
<input type="range" name="network.http.referer.XOriginPolicy" min="0" max="2">
<span type="range"></span>
Expand All @@ -81,7 +82,7 @@ <h1 data-l10n-id="avdsttngs.title">Advanced Settings :: Privacy Settings</h1>
<div class="v-flex">
<div class="h-flex">
<span>network.http.<b>referer</b>.trimmingPolicy</span>
<label>prv</label>
<label>prvcy</label>
<spacer></spacer>
<input type="range" name="network.http.referer.trimmingPolicy" min="0" max="2">
<span type="range"></span>
Expand All @@ -93,7 +94,7 @@ <h1 data-l10n-id="avdsttngs.title">Advanced Settings :: Privacy Settings</h1>
<div class="v-flex">
<div class="h-flex">
<span>network.http.<b>referer</b>.spoofSource</span>
<label>prv</label>
<label>prvcy</label>
<spacer></spacer>
<input type="checkbox" name="network.http.referer.spoofSource">
<span type="checkbox"></span>
Expand All @@ -105,7 +106,7 @@ <h1 data-l10n-id="avdsttngs.title">Advanced Settings :: Privacy Settings</h1>
<div class="v-flex">
<div class="h-flex">
<span>network.predictor.enabled</span>
<label>prv</label>
<label>prvcy</label>
<spacer></spacer>
<input type="checkbox" name="network.predictor.enabled">
<span type="checkbox"></span>
Expand All @@ -117,7 +118,7 @@ <h1 data-l10n-id="avdsttngs.title">Advanced Settings :: Privacy Settings</h1>
<div class="v-flex">
<div class="h-flex">
<span>network.http.speculative-parallel-limit</span>
<label>prv</label>
<label>prvcy</label>
<input type="number" name="network.http.speculative-parallel-limit">
<input type="button" data-cmd="reset" value="Reset">
</div>
Expand All @@ -128,7 +129,7 @@ <h1 data-l10n-id="avdsttngs.title">Advanced Settings :: Privacy Settings</h1>
<div class="v-flex">
<div class="h-flex">
<span>network.<b>cookie</b>.cookieBehavior</span>
<label>prv</label>
<label>prvcy</label>
<spacer></spacer>
<input type="range" name="network.cookie.cookieBehavior" min="0" max="3">
<span type="range"></span>
Expand All @@ -140,7 +141,7 @@ <h1 data-l10n-id="avdsttngs.title">Advanced Settings :: Privacy Settings</h1>
<div class="v-flex">
<div class="h-flex">
<span>network.<b>cookie</b>.lifetimePolicy</span>
<label>prv</label>
<label>prvcy</label>
<spacer></spacer>
<input type="range" name="network.cookie.lifetimePolicy" min="0" max="3">
<span type="range"></span>
Expand All @@ -152,7 +153,7 @@ <h1 data-l10n-id="avdsttngs.title">Advanced Settings :: Privacy Settings</h1>
<div class="v-flex">
<div class="h-flex">
<span>network.<b>cookie</b>.thirdparty.sessionOnly</span>
<label>prv</label>
<label>prvcy</label>
<spacer></spacer>
<input type="checkbox" name="network.cookie.thirdparty.sessionOnly">
<span type="checkbox"></span>
Expand All @@ -164,7 +165,7 @@ <h1 data-l10n-id="avdsttngs.title">Advanced Settings :: Privacy Settings</h1>
<div class="v-flex">
<div class="h-flex">
<span>browser.<b>search</b>.suggest.enabled</span>
<label>prv</label>
<label>prvcy</label>
<spacer></spacer>
<input type="checkbox" name="browser.search.suggest.enabled">
<span type="checkbox"></span>
Expand All @@ -176,7 +177,7 @@ <h1 data-l10n-id="avdsttngs.title">Advanced Settings :: Privacy Settings</h1>
<div class="v-flex">
<div class="h-flex">
<span><b>clipboard</b>.autocopy</span>
<label>prv</label>
<label>prvcy</label>
<spacer></spacer>
<input type="checkbox" name="clipboard.autocopy">
<span type="checkbox"></span>
Expand All @@ -188,7 +189,7 @@ <h1 data-l10n-id="avdsttngs.title">Advanced Settings :: Privacy Settings</h1>
<div class="v-flex">
<div class="h-flex">
<span>loop.<b>facebook</b>.shareUrl</span>
<label>prv</label>
<label>prvcy</label>
<input type="text" name="loop.facebook.shareUrl">
<input type="button" data-cmd="reset" value="Reset">
</div>
Expand All @@ -198,7 +199,7 @@ <h1 data-l10n-id="avdsttngs.title">Advanced Settings :: Privacy Settings</h1>
<div class="v-flex">
<div class="h-flex">
<span><b>loop</b>.logDomains</span>
<label>prv</label>
<label>prvcy</label>
<spacer></spacer>
<input type="checkbox" name="loop.logDomains">
<span type="checkbox"></span>
Expand Down

0 comments on commit 12ffe0e

Please sign in to comment.