We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ab84e8 commit e10a34fCopy full SHA for e10a34f
django_plotly_dash/templates/django_plotly_dash/plotly_app.html
@@ -1,3 +1,3 @@
1
<div style="{{dstyle}}">
2
- <iframe src="{{app.base_url}}" style="{{istyle}}" frameborder="{{fbs}}" sandbox="allow-downloads"></iframe>
+ <iframe src="{{app.base_url}}" style="{{istyle}}" frameborder="{{fbs}}" sandbox="allow-downloads allow-scripts allow-same-origin"></iframe>
3
</div>
requirements.txt
@@ -8,5 +8,5 @@ dpd-components
8
dash-bootstrap-components
9
10
channels<3.0
11
-Django>=2.2
+Django>=2.2,<4.0.0
12
Flask>=1.0.2
0 commit comments