Skip raw body

Gbp-Pq: Name skip-raw-body.patch
This commit is contained in:
Debian Javascript Maintainers 2022-05-19 14:51:56 +08:00 committed by openKylinBot
parent a4b2b74484
commit 7335f73ed1
1 changed files with 4 additions and 2 deletions

View File

@ -1,8 +1,10 @@
/* eslint-env node */
var url = require( "url" );
var fs = require( "fs" );
var getRawBody = require( "raw-body" );
/**
* Debian specific
var getRawBody = require( "raw-body" );
*/
var cspLog = "";
/**
* Keep in sync with /test/mock.php