Chris Veness
Chris Veness
The 'request' and 'request-promise-native' packages have long been deprecated, and also pull in deprecated uuid and har-validator packages. Node will be getting native 'fetch' (https://nodejs.org/en/blog/release/v18.0.0/#header-fetch-experimental) based on WHATWG/W3C standard fetch...
- add support for Referrer-Policy header - use const/let in place of var - upgrade to Koa v2.0 - use lower case headers There are a number of changes to...
Could you add support for Referrer-Policy header, as per https://github.com/krakenjs/lusca/commit/d3bb1b?
I'm struggling getting the CSRF function working. The README says "the CSRF token must be in the payload when modifying data ... to send the token you'll need to echo...
The --watch option should clear the screen scrollback buffer as well as the screen itself. On Ubuntu (22.04 Jammy) the 'clear' command generates "\x1B[H\x1B[2J\x1B[3J"; that is: - \E[H - cursor...