[Pkg-mozext-commits] [no-resource-uri-leak] 09/09: Revert a preference for chrome:// due to widespread user confusion

Hema Prathaban hemaprathaban-guest at moszumanska.debian.org
Tue Jul 4 17:19:13 UTC 2017


This is an automated email from the git hooks/post-receive script.

hemaprathaban-guest pushed a commit to branch upstream
in repository no-resource-uri-leak.

commit 3e7f3809346d94a85b0dddf30abdc43df7dee6cd
Author: nord-stream <nord-stream at ochaken.jp.eu.org>
Date:   Mon Jul 25 13:25:13 2016 +0000

    Revert a preference for chrome:// due to widespread user confusion
---
 preferences.json | 11 ++++++-----
 src/main.js      |  4 ++--
 version_info     |  2 +-
 3 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/preferences.json b/preferences.json
index eb000bd..a5d2d82 100644
--- a/preferences.json
+++ b/preferences.json
@@ -1,15 +1,15 @@
 [
 	{
-		"name": "uri.resource.enableBlocking"
+		"name": "uri.resource.blocking.enabled"
 		,"type": "bool"
 		,"value": true
 		,"title": "Block access to resource:// URIs from Web"
 		,"description": "This is the extesion's main feature."
 	}
 	,{
-		"name": "uri.chrome.enableBlocking"
+		"name": "uri.chrome.blocking.enabled"
 		,"type": "bool"
-		,"value": true
+		,"value": false
 		,"title": "Block Web-exposed subset of chrome:// URIs"
 		,"description": "RECOMMENDED for privacy. Enabling it may break certain extensions or badly designed Web sites."
 	}
@@ -25,14 +25,14 @@
 		,"type": "string"
 		,"value": ""
 		,"title": "Exposed resource:// domains"
-		,"description": "This may harm your privacy: Only for debugging and as temporary measures (Separated with spaces and/or commas)"
+		,"description": "This may harm your privacy: Only for debugging and as temporary measures (Separated with commas)"
 	}
 	,{
 		"name": "uri.chrome.exposedList"
 		,"type": "string"
 		,"value": ""
 		,"title": "Exposed chrome:// domains"
-		,"description": "This may harm your privacy: Only for debugging and as temporary measures (Separated with spaces and/or commas)"
+		,"description": "This may harm your privacy: Only for debugging and as temporary measures (Separated with commas)"
 	}
 	,{
 		"name": "uri.about.restricted"
@@ -46,6 +46,7 @@
 		,"type": "bool"
 		,"value": false
 		,"title": "Enable debugging messages (for hackers)"
+		,"description": "Enable this and copy-and-paste the contents of Developer > Browser Console when you report a problem."
 	}
 	,{
 		"name": "control.update"
diff --git a/src/main.js b/src/main.js
index d6fdd7a..d2df5d7 100644
--- a/src/main.js
+++ b/src/main.js
@@ -31,8 +31,8 @@ const {enablePolicy} = require ('./resource-filter/init');
 
 /* Preferences keys */
 const PREF_REDIRECT_MASKED = 'redirect.enableMasking';
-const PREF_URI_RESOURCE_BLOCKED = 'uri.resource.enableBlocking';
-const PREF_URI_CHROME_BLOCKED = 'uri.chrome.enableBlocking';
+const PREF_URI_RESOURCE_BLOCKED = 'uri.resource.blocking.enabled';
+const PREF_URI_CHROME_BLOCKED = 'uri.chrome.blocking.enabled';
 const PREF_URI_CHROME_WHITELIST = 'uri.chrome.exposedList';
 const PREF_URI_RESOURCE_WHITELIST = 'uri.resource.exposedList';
 const PREF_RESTRICT_ABOUT = 'uri.about.restricted';
diff --git a/version_info b/version_info
index b360c94..bee468d 100644
--- a/version_info
+++ b/version_info
@@ -22,7 +22,7 @@
 addon_id="no-resource-uri-leak"
 
 # Canonical version of the addon (may be converted into different formats on build)
-addon_version="1.0.1"
+addon_version="1.1.0"
 
 # Alpha versions (may not be feature complete): x.y.z~a1, x.y.z~a2, ...
 # Beta versions (feature-frozen): x.y.z~b1, x.y.z~b2, ...

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/no-resource-uri-leak.git



More information about the Pkg-mozext-commits mailing list