remove User Agent Remix

pull/3094/head
yann300 7 years ago
parent 4901303342
commit 88e083e2e4
  1. 5
      src/app/compiler/compiler-imports.js

@ -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) {

Loading…
Cancel
Save