Mário Gonçalves
Mário Gonçalves
This example ```js import { get } from 'lodash'; const obj = { a: { b: { c: { d: 1 }}}}; const path = ['a','b','c','d']; get(obj, path); ``` Turns...
Currently helmet middleware is applied to every single requese-response pair. This makes it so that mixed applications (that serve documents, files or XHR requests) are applying security headers to non-document...
### Discussed in https://github.com/mariomc/WayfarerPlusUltra/discussions/9 Originally posted by **mariomc** August 19, 2021 Review Delay Submit