update location routing regex

main
Mike Fix 5 years ago
parent e6853a0fc2
commit 7419c3c8f9
No known key found for this signature in database
GPG Key ID: 1D85E862314CA79F

@ -9,7 +9,7 @@ import Popout, { managePopout } from './Popout'
const toIFrame = url => const toIFrame = url =>
`<iframe `<iframe
src="${location.origin}/embed${url.replace(/^\//, '')}" src="${location.origin}/embed${url.replace(/^\/\?/, '?')}"
style="transform:scale(0.7); width:1024px; height:473px; border:0; overflow:hidden;" style="transform:scale(0.7); width:1024px; height:473px; border:0; overflow:hidden;"
sandbox="allow-scripts allow-same-origin"> sandbox="allow-scripts allow-same-origin">
</iframe> </iframe>

Loading…
Cancel
Save