diff --git a/src/app/compiler/compiler-imports.js b/src/app/compiler/compiler-imports.js index afd2e91c4f..9be0ea60f4 100644 --- a/src/app/compiler/compiler-imports.js +++ b/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) {