1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 15:32:28 +02:00

removed trailing commas

This commit is contained in:
gorhill 2014-09-25 13:33:07 -04:00
parent bb0f53ebb9
commit e550887514

View File

@ -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"