PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/fast-redact/example

Просмотр файла: default-usage.js

'use strict'
const fastRedact = require('..')
const fauxRequest = {
  headers: {
    host: 'http://example.com',
    cookie: `oh oh we don't want this exposed in logs in etc.`,
    referer: `if we're cool maybe we'll even redact this`
  }
}
const redact = fastRedact({
  paths: ['headers.cookie', 'headers.referer']
})

console.log(redact(fauxRequest))

Выполнить команду


Для локальной разработки. Не используйте в интернете!