trungtien commented on issue #2586:
URL:
https://github.com/apache/apisix-dashboard/issues/2586#issuecomment-1245024353
> Have you solved the prolem?
it'w work for me, add some lines in conf.yaml
security:
access_control_allow_credentials: true # support using custom
cors configration
access_control_allow_headers: "Authorization"
access_control-allow_methods: "*"
x_frame_options: "allow-from *"
content_security_policy: "frame-src *;"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]