remove User Agent Remix

pull/1/head
yann300 7 years ago
parent 81998799f1
commit deabcdaca9
  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