0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/frontend
Rish c6cfadbfb7 Updated Stripe JS to load async in head
no issue

- Stripe JS is added to a theme via ghost_head if a Stripe account is connected to members enabled site
- Previously, the script was not loading async which blocked the main thread, changes the script load to async to avoid rendering block
- Members script is already being loaded with `defer` so does not block the main thread
2020-08-17 10:16:42 +05:30
..
apps Replaced constants file with @tryghost/constants 2020-08-11 12:51:16 +01:00
helpers Updated Stripe JS to load async in head 2020-08-17 10:16:42 +05:30
meta Updated frontend meta helpers to support tag metadata (#12037) 2020-07-10 13:52:48 +02:00
services Extracted core/server/lib/security to @tryghost/security package 2020-08-11 14:06:50 +01:00
views Updated unsubscribe copy 2019-11-26 11:03:14 +01:00