loretoparisi commented on issue #27376:
URL: https://github.com/apache/superset/issues/27376#issuecomment-1976383340

   **[NOTE]**
   
   Using 
   ```python
   OVERRIDE_HTTP_HEADERS = { 'X-Frame-Options': 'ALLOWALL' }
   HTTP_HEADERS = { "X-Frame-Options" : "ALLOWALL" }
   ```
   
   or  as detailed [here](https://github.com/apache/superset/issues/6418) 
   ```python
   HTTP_HEADERS = {}
   ```
   
   does not solve this issue.


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to