Merge pull request #97 from Permissionless-Software-Foundation/ct-unstable

fix(bodyOrigin): Passing the original origin through the POST body
This commit is contained in:
Chris Troutner
2021-02-24 13:51:53 -08:00
committed by GitHub
+5
View File
@@ -147,6 +147,11 @@ class RateLimits {
wlogger.info(`origin: ${origin}`)
const bodyOrigin = req.body.origin
if (bodyOrigin) {
console.log(`bodyOrigin: ${bodyOrigin}`)
}
// If the request originates from one of the approved wallet apps, then
// apply paid-access rate limits.
// console.log(`origin: ${JSON.stringify(origin, null, 2)}`)