mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-23 01:32:03 -07:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
77ba06d68c | ||
|
|
40f6b17d3b |
@@ -129,6 +129,7 @@ class RateLimits {
|
|||||||
origin &&
|
origin &&
|
||||||
(origin.toString().indexOf('wallet.fullstack.cash') > -1 ||
|
(origin.toString().indexOf('wallet.fullstack.cash') > -1 ||
|
||||||
origin.toString().indexOf('sandbox.fullstack.cash') > -1 ||
|
origin.toString().indexOf('sandbox.fullstack.cash') > -1 ||
|
||||||
|
origin.toString().indexOf('172.17.') > -1 ||
|
||||||
origin === 'slp-api')
|
origin === 'slp-api')
|
||||||
) {
|
) {
|
||||||
pointsToConsume = 1
|
pointsToConsume = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user