mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
removed trailing commas
This commit is contained in:
parent
bb0f53ebb9
commit
e550887514
1 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue