collective / volto-hydra

A volto addon to let you edit content in realtime when you have many frontends written in any framework
1 stars 2 forks source link

Custom iframe url fix #125

Closed MAX-786 closed 4 weeks ago

MAX-786 commented 4 weeks ago

Fixes #124 Fix of the Bug: adminUI ignores everything (pathnames, hash etc.) except origin of the custom typed in URL

To reproduce:

FIX: now it takes the url as a whole (url.href is now used inplace of url.origin ) after url validation.