From e5508875149353464e5701b57ad54459eaedda19 Mon Sep 17 00:00:00 2001 From: gorhill Date: Thu, 25 Sep 2014 13:33:07 -0400 Subject: [PATCH] removed trailing commas --- js/traffic.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/traffic.js b/js/traffic.js index 38ba7391d..34c91e354 100644 --- a/js/traffic.js +++ b/js/traffic.js @@ -347,7 +347,7 @@ chrome.webRequest.onBeforeRequest.addListener( { "urls": [ "http://*/*", - "https://*/*", + "https://*/*" ], "types": [ "main_frame", @@ -374,7 +374,7 @@ chrome.webRequest.onBeforeSendHeaders.addListener( { "urls": [ "http://*/*", - "https://*/*", + "https://*/*" ], "types": [ "main_frame", @@ -389,7 +389,7 @@ chrome.webRequest.onHeadersReceived.addListener( { "urls": [ "http://*/*", - "https://*/*", + "https://*/*" ], "types": [ "main_frame"