diff --git a/README.md b/README.md index 7ac1dd9e152f24e356ffa18a28ec2f32bcfd0017..7e6ab4e7ea427f7c8b44adc66894f5c3400b5efd 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Decentraleyes ============= -A [Firefox add-on](https://addons.mozilla.org/en-US/firefox/addon/decentraleyes) that emulates Content Delivery Networks locally by intercepting requests, finding the required resource and injecting it into the environment. This all happens instantaneously, automatically, and no prior configuration is required. +A [Firefox add-on](https://addons.mozilla.org/firefox/addon/decentraleyes) that emulates Content Delivery Networks locally by intercepting requests, finding the required resource and injecting it into the environment. This all happens instantaneously, automatically, and no prior configuration is required. > **Note:** Decentraleyes is no silver bullet, but it does prevent a lot of websites from making you send these kinds of requests. Ultimately, you can make Decentraleyes block requests for any missing CDN resources, too. @@ -29,12 +29,12 @@ Do you master a non-supported language? Please help out by translating this add- ## Contributing Code -Suggestions in the form of **Issues** and contributions in the form of **Pull Requests** are highly welcome. You can also use the contact details and PGP key on the add-on [download page](https://addons.mozilla.org/en-US/firefox/addon/decentraleyes) to get in touch. +Suggestions in the form of **Issues** and contributions in the form of **Pull Requests** are highly welcome. You can also use the contact details and PGP key on the add-on [download page](https://addons.mozilla.org/firefox/addon/decentraleyes) to get in touch. #### Prerequisites -* Jetpack Manager [jpm](https://developer.mozilla.org/en-US/Add-ons/SDK/Tools/jpm#Installation) (a Node-based replacement for cfx). -* Firefox version 38 or later. *If you need to work with earlier versions of Firefox, you'll need to use the old cfx tool. See instructions for [getting started with cfx](https://developer.mozilla.org/en-US/Add-ons/SDK/Tutorials/Getting_started). +* Jetpack Manager [jpm](https://developer.mozilla.org/Add-ons/SDK/Tools/jpm#Installation) (a Node-based replacement for cfx). +* Firefox version 38 or later. *If you need to work with earlier versions of Firefox, you'll need to use the old cfx tool. See instructions for [getting started with cfx](https://developer.mozilla.org/Add-ons/SDK/Tutorials/Getting_started). #### Build Instructions (Unix) @@ -44,4 +44,4 @@ Suggestions in the form of **Issues** and contributions in the form of **Pull Re ## License -[MPL 2.0](https://www.mozilla.org/en-US/MPL/2.0). +[MPL 2.0](https://www.mozilla.org/MPL/2.0). diff --git a/data/_audit/package.json b/data/_audit/package.json index fedbcf216b40a2d1117c2e4ef244aeaa8b4ea9d9..4e5cc793e3602ce7a25cb31bdfbdb134d8f94617 100644 --- a/data/_audit/package.json +++ b/data/_audit/package.json @@ -2,9 +2,9 @@ "name": "decentraleyes-audit", "version": "1.3.0", "author": "Thomas Rientjes", - "license": "MPL 2.0", + "license": "MPL-2.0", "description": "Library audit tool for Decentraleyes.", - "repository": "https://addons.mozilla.org/en-US/firefox/addon/decentraleyes/", + "repository": "https://addons.mozilla.org/firefox/addon/decentraleyes", "keywords": [ "decentraleyes", "audit" diff --git a/package.json b/package.json index 068455c0f3ef2ca81ccb76e0b5066d94a8c16e8d..1fac3960887a867fd446720584353a07a26d8b4f 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "title": "Decentraleyes", "version": "1.2.2", "main": "lib/main.js", - "homepage": "https://addons.mozilla.org/en-US/firefox/addon/decentraleyes", + "homepage": "https://addons.mozilla.org/firefox/addon/decentraleyes", "name": "decentraleyes", "id": "jid1-BoFifL9Vbdl2zQ@jetpack", "engines": {