0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/frontend/helpers
Rishabh 484c9a67c2 Added crossorigin attribute to Portal script
no refs

- without crossorigin=anonymous attribute, browsers obfuscate error messages from external scripts, which makes error tracking with sentry impossible
- with crossorigin attribute, portal script needs to be served with cors header or browsers will block it
- unpkg already serves the script with `access-control-allow-origin: *`
2021-06-22 12:31:30 +05:30
..
tpl
asset.js
author.js Swapped _.escape for proxy.escapeExpression 2021-06-04 20:07:44 +01:00
authors.js Swapped _.escape for proxy.escapeExpression 2021-06-04 20:07:44 +01:00
body_class.js
cancel_link.js
concat.js
content.js Removed hardcoded accent color fallbacks (#12813) 2021-03-24 18:25:26 +05:30
date.js Improved theme locale handling 2021-05-05 16:13:26 +01:00
encode.js
excerpt.js
facebook_url.js
foreach.js Updated default visibility in foreach for posts to all 2021-03-02 15:44:19 +05:30
get.js
ghost_foot.js
ghost_head.js Added crossorigin attribute to Portal script 2021-06-22 12:31:30 +05:30
has.js
img_url.js
index.js
is.js
lang.js Improved theme locale handling 2021-05-05 16:13:26 +01:00
link.js
link_class.js 🐛 Fixed 404 errors if navigation URLs are somehow blank 2021-03-24 09:43:43 +00:00
match.js Added initial match helper 2021-06-07 21:15:05 +01:00
meta_description.js
meta_title.js
navigation.js
page_url.js
pagination.js
plural.js
post_class.js
prev_post.js Improved single author deprecated notices 2021-05-04 17:11:12 +01:00
price.js
raw.js
reading_time.js
t.js
tags.js Swapped _.escape for proxy.escapeExpression 2021-06-04 20:07:44 +01:00
title.js
twitter_url.js
url.js