Skip to content

Commit

Permalink
Fix getting stuck at loading (#394)
Browse files Browse the repository at this point in the history
* Add sandbox settings

* Don't install django 4

Co-authored-by: jmcarcell <jmcarcell@users.noreply.github.com>
  • Loading branch information
jmcarcell and jmcarcell committed May 8, 2022
1 parent 2ab84e8 commit e10a34f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<div style="{{dstyle}}">
<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>
</div>
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ dpd-components
dash-bootstrap-components

channels<3.0
Django>=2.2
Django>=2.2,<4.0.0
Flask>=1.0.2

0 comments on commit e10a34f

Please sign in to comment.