Skip to content

Commit

Permalink
fix brave-ipfs.json rules
Browse files Browse the repository at this point in the history
  • Loading branch information
ikreymer committed Jan 19, 2023
1 parent 593bd8f commit 4397bc0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/static/brave-ipfs.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{ "header": "Origin", "operation": "set", "value": "http://localhost:5001" }
]
},
"condition": { "urlFilter": "http://localhost:5001/", "resourceTypes": ["main_frame"] }
"condition": { "urlFilter": "localhost:5001", "resourceTypes": ["xmlhttprequest"] }
},
{
"id": 1,
Expand All @@ -19,7 +19,7 @@
{ "header": "Origin", "operation": "set", "value": "http://localhost:45001" }
]
},
"condition": { "urlFilter": "http://localhost:45001/", "resourceTypes": ["main_frame"] }
"condition": { "urlFilter": "localhost:45001", "resourceTypes": ["xmlhttprequest"] }
},
{
"id": 2,
Expand All @@ -30,7 +30,7 @@
{ "header": "Origin", "operation": "set", "value": "http://localhost:45002" }
]
},
"condition": { "urlFilter": "http://localhost:45002/", "resourceTypes": ["main_frame"] }
"condition": { "urlFilter": "localhost:45002", "resourceTypes": ["xmlhttprequest"] }
},
{
"id": 3,
Expand All @@ -41,7 +41,7 @@
{ "header": "Origin", "operation": "set", "value": "http://localhost:45003" }
]
},
"condition": { "urlFilter": "http://localhost:45003/", "resourceTypes": ["main_frame"] }
"condition": { "urlFilter": "localhost:45003", "resourceTypes": ["xmlhttprequest"] }
},
{
"id": 4,
Expand All @@ -52,7 +52,7 @@
{ "header": "Origin", "operation": "set", "value": "http://localhost:45004" }
]
},
"condition": { "urlFilter": "http://localhost:45004/", "resourceTypes": ["main_frame"] }
"condition": { "urlFilter": "localhost:45004", "resourceTypes": ["xmlhttprequest"] }
},
{
"id": 5,
Expand All @@ -63,6 +63,6 @@
{ "header": "Origin", "operation": "set", "value": "http://localhost:45005" }
]
},
"condition": { "urlFilter": "http://localhost:45005/", "resourceTypes": ["main_frame"] }
"condition": { "urlFilter": "localhost:45005", "resourceTypes": ["xmlhttprequest"] }
}
]

0 comments on commit 4397bc0

Please sign in to comment.