mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-04 17:04:59 +03:00
83c0cbb516
refs https://github.com/TryGhost/Team/issues/598 refs https://github.com/TryGhost/Ghost/commit/5cdf910e As part of the changes to disallow sites with starting up without https when they are connected to stripe, the conditional missed the check for stripe connection. As a result we were erroring in boot sequence for all sites starting without https irrespective if they are connected to Stripe or not which is incorrect. This fixes the `init` check for members service to only error for non-https sites if they are connected to Stripe. |
||
---|---|---|
.. | ||
emails | ||
importer | ||
stats | ||
api.js | ||
config.js | ||
content-gating.js | ||
index.js | ||
middleware.js | ||
service.js | ||
settings.js | ||
SingleUseTokenProvider.js | ||
stripe-connect.js | ||
utils.js |