collective / volto-hydra

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

Custom iframe url fix #125

Closed MAX-786 closed 3 months ago

MAX-786 commented 3 months 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.