aboutsummaryrefslogtreecommitdiff
path: root/src/static
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2021-07-03 11:50:29 +0200
committerMartin Fischer <martin@push-f.com>2021-07-03 20:23:22 +0200
commit306289dfd1b55b24eee3195ae56a6db7539b6740 (patch)
treea142988d2910ee5d096bcc6db12595c866f03905 /src/static
parentf50225041545ecf71ead3e493203f16f4b5f24c0 (diff)
render .html files securely using IFrames
Diffstat (limited to 'src/static')
-rw-r--r--src/static/style.css2
-rw-r--r--src/static/style.css.sha2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/static/style.css b/src/static/style.css
index 8ee788d..af60760 100644
--- a/src/static/style.css
+++ b/src/static/style.css
@@ -23,7 +23,7 @@ h1 {
flex-grow: 1;
}
-textarea {
+textarea, iframe {
flex-grow: 1;
}
diff --git a/src/static/style.css.sha b/src/static/style.css.sha
index 774a743..ed20f8e 100644
--- a/src/static/style.css.sha
+++ b/src/static/style.css.sha
@@ -1 +1 @@
-'sha256-9xIJ8fFnUyBYBKBAR6JWlmi39sUqyIqzUt1PnrkDE/c=' \ No newline at end of file
+'sha256-7wOMnVUwWmDEG4Yz3cqmo7y38q0qzzpSB9TiwkKMHmg=' \ No newline at end of file