Commit deabcdac authored by yann300's avatar yann300

remove User Agent Remix

parent 81998799
...@@ -40,10 +40,7 @@ module.exports = class CompilerImports { ...@@ -40,10 +40,7 @@ module.exports = class CompilerImports {
return request.get( return request.get(
{ {
url: 'https://gateway.ipfs.io/' + url, url: 'https://gateway.ipfs.io/' + url
headers: {
'User-Agent': 'Remix'
}
}, },
(err, r, data) => { (err, r, data) => {
if (err) { 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