Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
const startServer = async session => {
const server = talkback({
host: 'http://testing',
port: 8556,
path: path.join(process.env.PWD!, 'tapes', session),
record: false,
ignoreHeaders: [
'content-length',
'host',
'cookie',
'cache-control',
'pragma',
'referer',
'origin',
'accept',
'accept-encoding',
'accept-language',
'user-agent',