You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds a .htaccess file to playground.wordpress.net that does the following:
1. Prevents caching of the main index.html file. Otherwise the browser may
try to load outdated JavaScript, CSS, and WASM assets and and up in a
broken state.
2. Adds the Access-Control-Allow-Origin header for the blueprint-schema.json
file and the hosted client.js library to enable `import()`-ing both.
## Testing instructions
None. I tested this in an Apache setup, then manually updated the production
.htaccess file, and it all worked as expected.
Related to #855Closes#873
0 commit comments