You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/09/19 03:01:42 UTC

[GitHub] [apisix-docker] donlinglok commented on pull request #357: Fix granafa dashboard iframe policy

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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org