0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00
ghost/core
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
..
client@952a65065d
frontend Added crossorigin attribute to Portal script 2021-06-22 12:31:30 +05:30
server Added additional newsletter customisation settings () 2021-06-21 13:40:40 +01:00
shared Added sentry config to frontend site settings for Portal () 2021-06-21 17:59:20 +05:30
app.js
boot.js
bridge.js