Commit deabcdac authored by yann300's avatar yann300

remove User Agent Remix

parent 81998799
......@@ -40,10 +40,7 @@ module.exports = class CompilerImports {
return request.get(
{
url: 'https://gateway.ipfs.io/' + url,
headers: {
'User-Agent': 'Remix'
}
url: 'https://gateway.ipfs.io/' + url
},
(err, r, data) => {
if (err) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment