Chever-John commented on code in PR #2548: URL: https://github.com/apache/apisix-dashboard/pull/2548#discussion_r934126733
########## api/conf/conf.yaml: ########## @@ -66,8 +66,7 @@ conf: # access_control_allow_headers: "Authorization" # access_control-allow_methods: "*" # x_frame_options: "deny" - # content_security_policy: ""default-src 'self'; script-src 'self' 'unsafe-eval'; style-src 'self' 'unsafe-inline'"" - + # content_security_policy: "default-src 'self'; script-src 'self' 'unsafe-eval' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; frame-src xx.xx.xx.xx:3000" # You can set frame-src to provide content for your grafana panel. Review Comment: Not recommended, based on the style of the whole document, I think it would be misleading back to the user if it did. If you insist, I suggest inviting @bzp2010 to make the final judgment. -- 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]
