django-material-admin icon indicating copy to clipboard operation
django-material-admin copied to clipboard

Cross-Origin-Opener-Policy (COOP) issue with links in django-material-admin interface

Open Vulum opened this issue 2 years ago • 0 comments

Hi there, I am using Django==4.0.5 and I am having COOP issues shown below when I click any links in django-material-admin interface. Error show on the browser is Internal server error Sorry, there seems to be an error. Please try again soon.

And the browser console shows The Cross-Origin-Opener-Policy header has been ignored, because the URL's origin was untrustworthy. It was defined either in the final response or a redirect. Please deliver the response using the HTTPS protocol. You can also use the 'localhost' origin instead. See https://www.w3.org/TR/powerful-features/#potentially-trustworthy-origin and https://html.spec.whatwg.org/#the-cross-origin-opener-policy-header.

Is this a problem with django-material-admin?

Vulum avatar Jun 16 '22 01:06 Vulum