Skip to content

Commit

Permalink
Remove *://*/* from permissions (except for Edge); loosen permissions…
Browse files Browse the repository at this point in the history
… around talis-public
  • Loading branch information
rsinger committed Jun 13, 2019
1 parent c43ae4f commit fc769af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ module.exports = function(grunt) {
{"sizes":"176x176", "src": "images/icon176.png"},
];
manifest.permissions[0] = "tab";
manifest.permissions.push("*://*/*");
manifest.start_url = '';
manifest.scope = '/';
}
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
],
"permissions": [
"activeTab", "storage", "*://*/*", "https://talis-public.talis.com/talis.com/customers.json"
"activeTab", "storage", "https://talis-public.talis.com/*"
],
"options_ui": {
"page": "options.html",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "talis-reading-lists-bookmarker",
"version": "0.3.0",
"version": "0.3.2",
"description": "A browser extension to bookmark resources to Talis Aspire Reading Lists",
"devDependencies": {
"bower": "^1.8.0",
Expand Down

0 comments on commit fc769af

Please sign in to comment.