11 Commits

Author SHA1 Message Date
Thomas Rientjes
682570cdea Bump version to 1.3.8 2017-04-09 16:15:16 +02:00
Thomas Rientjes
19cb2beacf Bump version to 1.3.7-1 2017-04-09 15:44:35 +02:00
Thomas Rientjes
f5f3cc9be4 Update release notes 2017-04-09 15:41:41 +02:00
Thomas Rientjes
e73ad04845 Add support for Greek 2017-04-09 00:27:19 +02:00
Thomas Rientjes
2f8733bd0a Update terminology inside README.md 2017-03-24 01:55:40 +01:00
Thomas Rientjes
0d868e072f Update README.md 2017-03-24 01:51:31 +01:00
Thomas Rientjes
560b68932c Update undetectable tainted domains 2017-01-27 13:41:08 +01:00
Thomas
0a664f7cd3 Apply a minor change to the Dutch localization
Apply a minor change to the Dutch localization
2017-01-26 23:05:42 +01:00
Thomas
8124fe112c Implement support for Pale Moon v27.1 and higher
Implement support for Pale Moon v27.1 and higher
2017-01-26 17:26:48 +01:00
mu6
28b194b7f3 Minor spelling change (and test first commit/PR) 2017-01-14 10:51:00 +01:00
JustOff
042853432e Pale Moon 27.1+ support 2017-01-11 19:06:01 +02:00
6 changed files with 45 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
Decentraleyes
=============
A [Firefox add-on](https://addons.mozilla.org/firefox/addon/decentraleyes) that emulates Content Delivery Networks (CDNs) 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. Feel free to use this [testing utility](https://decentraleyes.org/test) to see if it's properly installed, enabled, and correctly configured.
A [web browser extension](https://decentraleyes.org) 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. Feel free to use this [testing utility](https://decentraleyes.org/test) to see if it's properly installed, enabled, and correctly configured.
> **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.

View File

@@ -60,6 +60,7 @@ var storage = simpleStorage.storage;
*/
var undetectableTaintedDomains = {
'identi.ca': true,
'minigames.mail.ru': true,
'passport.twitch.tv': true,
'ya.ru': true,

8
locale/el/options.dtd Normal file
View File

@@ -0,0 +1,8 @@
<!ENTITY options.addNotice.title "Προσθήκη σχολίων σε τοπικά τοποθετημένα αρχεία">
<!ENTITY options.addNotice.description "Πρόσθεση αυτόματης ειδοποίησης ανάκτησης εγγράφων ώστε να σηματοδοτηθεί τοπική παράδοση.">
<!ENTITY options.blockMissing.title "Μπλοκ αιτήσεων για ανύπαρκτους πόρους">
<!ENTITY options.blockMissing.description "Ακύρωση απομακρυσμένης αίτησης, αν ο απαιτούμενος πόρος δεν είναι τοπικά διαθέσιμος.">
<!ENTITY options.domainWhitelist.title "Εξαίρεση διευθύνσεων από επιθεωρήσεις">
<!ENTITY options.domainWhitelist.description "Εισαγωγή διευθύνσεων στις επιτρεπόμενες. Διαχωρίστε πολλαπλές καταχωρήσεις με ερωτηματικά (;).">
<!ENTITY options.amountInjected.title "Μετρητής εμβόλιμων τοπικών πόρων">
<!ENTITY options.amountInjected.description "Ποσοστό εμβόλιμων τοπικών πόρων Δικτύων Παροχής Περιεχομένου από την στιγμή της εγκατάστασης.">

View File

@@ -5,4 +5,4 @@
<!ENTITY options.domainWhitelist.title "Sluit domeinen uit van inspecties">
<!ENTITY options.domainWhitelist.description "Voer de te negeren domeinen in. Scheid de waarden met puntkomma's (;).">
<!ENTITY options.amountInjected.title "Teller voor lokaal geïnjecteerde bestanden">
<!ENTITY options.amountInjected.description "Aantal lokale Content Delivery Network bestandsinjecties sinds installatie.">
<!ENTITY options.amountInjected.description "Aantal lokale Content Delivery Network-bestandsinjecties sinds installatie.">

View File

@@ -3,7 +3,7 @@
"author": "Thomas Rientjes",
"license": "MPL-2.0",
"title": "Decentraleyes",
"version": "1.3.7",
"version": "1.3.8",
"main": "lib/main.js",
"homepage": "https://addons.mozilla.org/firefox/addon/decentraleyes",
"name": "decentraleyes",
@@ -14,6 +14,7 @@
"engines": {
"firefox": ">=38.0a1",
"fennec": ">=38.0a1",
"seamonkey": ">=2.0a1 <=2.46"
"seamonkey": ">=2.0a1 <=2.46",
"{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}": ">=27.1.0b1"
}
}

View File

@@ -6,7 +6,7 @@
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Decentraleyes - What's New?</title>
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0">
<meta charset="UTF-8">
<meta charset="UTF-8">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
@@ -111,10 +111,20 @@
<div class="container">
<h1>Decentraleyes <i>v1.3.7</i></h1>
<h1>Decentraleyes <i>v1.3.8</i></h1>
<br><br>
<div class="notice">
<span class="subtle-hint"><span class="topic-label">Project Status:</span> Decentraleyes is currently <a href="https://github.com/Synzvato/decentraleyes/tree/experimental#decentraleyes-experimental" target="_blank">being rewritten</a> from scratch. This means that the next major release will be featuring an all new foundation, and will be less shy about what it does to protect you!</span>
<br><br><hr>
</div>
<br>
<div class="notice">
<span class="subtle-hint"><span class="topic-label">Pro Tip:</span> Would you rather not see this page after installations or updates? You can disable it by navigating to <strong>about:config</strong> (in a new tab), then searching for <strong>BoFifL9V</strong>, and setting <strong>showReleaseNotes</strong> to false.</span>
@@ -127,6 +137,20 @@
<div class="notice">
<span class="topic-label">New:</span> <strong>Additional language.</strong> This add-on is now available in <span class="subtle-text"><span class="help-panel" data-title="Thanks to CodeSigils.">Greek</span>.
<br><br><hr>
</div>
<br>
<div class="notice">
<i>Release Notes for version 1.3.6:</i>
<br><br>
<span class="topic-label">New:</span> <strong>Multi-process support.</strong> The add-on now officially supports multi-process tabs. Compatibility was tested with the help of several <span class="help-panel" data-title="Thank you Andreas, Bisaloo, dralley, gitarra, OdinGitDat, and TriMoon.">volunteers</span>. The feature enhances security and performance.
<br><br><hr>
@@ -185,11 +209,12 @@
<div class="notice">
<i>General notice:</i><br><br>
<i>Detailed v1.3.8 changelog:</i>
Decentraleyes is a young project. Expect many improvements in the realms of clear user feedback and ease-of-use as it matures. It does a lot to protect you, and is becoming less and less shy about it.
<br><br><hr>
<ul>
<li>Applied a minor <span class="help-panel" data-title="Suggested by mu6.">spelling change</span> to the Dutch localization.</li>
<li>Added support for the Greek language.</li>
</ul>
</div>