Closed hagt closed 3 years ago
The reason is that the popup loads an iframe with an http data url and the browser prevents this for security reasons.
Possible solution: Use relative paths for resource URIs in the front end. This will fix the use of the correct protocol and the loading of resources from possible other subdomains.
Relative paths did not work. Instead protocol, hostname and port of annotation uri is patched.
Redirect does not seem to be possible in Javascript - recognize protocol automatically and rewrite URLs?