krakenjs / lusca

Application security for express apps.
Other
1.79k stars 139 forks source link

fix :bug: allowlist.type exact #149

Closed chernjie closed 2 years ago

chernjie commented 2 years ago
"csrf": {
  "allowlist": [
    { "path": "/webhook", "type": "exact" }
  ]
},