Antoni Ray

Results 4 comments of Antoni Ray

Same problem here ![Screenshot from 2024-01-15 11-19-18](https://github.com/jowilf/starlette-admin/assets/39984412/3acb0e36-80a7-431c-91d0-2852f9c3f91f)

Temporary solution I found is using the `Content-Security-Policy: upgrade-insecure-requests` header. `add_header 'Content-Security-Policy' 'upgrade-insecure-requests';` (in NGINX, for example)

Any updates? Thanks for the initiative to add support for Pydantic 2, btw!