From 1340526b3235ee7f7cf23e2d447f7bab9b148dce Mon Sep 17 00:00:00 2001 From: Justin Steven Date: Thu, 11 Jun 2020 17:14:26 +1000 Subject: [PATCH] revert c5b3932 (permission for any requested URL) This is no longer needed. rescoped the Chrome change. You now only need permission for the initiator to intercept **subresource** requests. Intercepting top level navigation is permitted with permission for only the AWS URL. --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index e88b3cb..e4f4b9f 100644 --- a/manifest.json +++ b/manifest.json @@ -19,9 +19,9 @@ "options_page": "options/options.html", "permissions": [ "webRequest", - "", + "https://signin.aws.amazon.com/saml", "storage", "downloads", "tabs" ] -} \ No newline at end of file +}