Skip to content

Commit e10a34f

Browse files
authored
Fix getting stuck at loading (#394)
* Add sandbox settings * Don't install django 4 Co-authored-by: jmcarcell <jmcarcell@users.noreply.github.com>
1 parent 2ab84e8 commit e10a34f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<div style="{{dstyle}}">
2-
<iframe src="{{app.base_url}}" style="{{istyle}}" frameborder="{{fbs}}" sandbox="allow-downloads"></iframe>
2+
<iframe src="{{app.base_url}}" style="{{istyle}}" frameborder="{{fbs}}" sandbox="allow-downloads allow-scripts allow-same-origin"></iframe>
33
</div>

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ dpd-components
88
dash-bootstrap-components
99

1010
channels<3.0
11-
Django>=2.2
11+
Django>=2.2,<4.0.0
1212
Flask>=1.0.2

0 commit comments

Comments
 (0)