handle changed -webkit-fill-available semantics

Chromium changed how this works to better match the evolving
specification and our usage effectively became a no-op.
This commit is contained in:
Daniel Micay
2020-12-21 01:52:09 -05:00
parent 875de00901
commit 71db53f1e5
14 changed files with 19 additions and 15 deletions

View File

@@ -151,12 +151,12 @@ http {
location = /404 {
internal;
http2_push /grapheneos.css?23;
http2_push /grapheneos.css?24;
}
location = /404.html {
internal;
http2_push /grapheneos.css?23;
http2_push /grapheneos.css?24;
}
location ~ "^(.*)/index$" {
@@ -197,7 +197,7 @@ http {
include /etc/nginx/snippets/security-headers.conf;
add_header Cache-Control "public, max-age=1800";
try_files $uri $uri.html $uri/ =404;
http2_push /grapheneos.css?23;
http2_push /grapheneos.css?24;
}
}