donlinglok commented on PR #357: URL: https://github.com/apache/apisix-docker/pull/357#issuecomment-1250508748
> #340 @tao12345666333 Dear, I checked that PR, that solution needs a manual change to the config for the beginner. ``` frame-src xxx.xxx.xxx.xxx:3000 -> frame-src * ``` My change can be run successfully with the same starter code after merging with the master branch. ``` git clone https://github.com/apache/apisix-docker.git cd apisix-docker/example docker-compose -p docker-apisix up -d ``` and without unnecessary configuration. -- 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]
