We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cb1c48 commit aff1cc5Copy full SHA for aff1cc5
packages/playground/client/src/index.ts
@@ -207,6 +207,8 @@ function allowStorageAccessByUserActivation(iframe: HTMLIFrameElement) {
207
const officialRemoteOrigin = 'https://playground.wordpress.net';
208
const validRemoteOrigins = [
209
officialRemoteOrigin,
210
+ // An older origin that's still used by some plugins.
211
+ 'https://wasm.wordpress.net',
212
// Allow hosting remote from same origin
213
location.origin,
214
'http://localhost',
0 commit comments