You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
monolith/options.js

10 lines
259 B
JavaScript

'use strict'
var options = {
outputFinalResultAsBase64: false,
suppressVerboseOutput: false,
userAgentString: 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.76 Safari/537.36',
}
module.exports = options