Explorar o código

Re-introduce fake user-agent

Gaël Métais %!s(int64=10) %!d(string=hai) anos
pai
achega
ab30aae08e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      lib/tools/phantomas/phantomasWrapper.js

+ 1 - 0
lib/tools/phantomas/phantomasWrapper.js

@@ -26,6 +26,7 @@ var PhantomasWrapper = function() {
             // Cusomizable options
             timeout: task.options.timeout || 60,
             'js-deep-analysis': task.options.jsDeepAnalysis || false,
+            'user-agent': 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.110 Safari/537.36',
 
             // Mandatory
             reporter: 'json:pretty',