Skip to content

Commit

Permalink
Fix 403 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
WuBruno committed Oct 11, 2023
1 parent 8d0431d commit 01fc7d9
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions mlc_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,6 @@
},
{
"pattern": "^https://coq.inria.fr"
},
{
"pattern": "https://support.metamask.io/hc/en-us/articles/360043227612-How-to-add-a-custom-network-RPC"
},
{
"pattern": "^https://defillama.com/"
}
],
"replacementPatterns": [],
Expand All @@ -105,6 +99,11 @@
"headers": {
"Accept-Encoding": "zstd, br, gzip, deflate"
}
},
{
"headers": {
"User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36"
}
}
]
}

0 comments on commit 01fc7d9

Please sign in to comment.