use once per session preload / push
This commit is contained in:
@@ -65,6 +65,11 @@ http {
|
||||
|
||||
if_modified_since before;
|
||||
|
||||
map $http_cookie $preload_resources {
|
||||
"~*__Host-preload=1" "";
|
||||
default "</grapheneos.css?29>; rel=preload; as=style, </fonts/roboto_latin.woff2?20>; rel=preload; as=font; crossorigin, </fonts/roboto_bold_latin.woff2?20>; rel=preload; as=font; crossorigin";
|
||||
}
|
||||
|
||||
server {
|
||||
listen 80 backlog=4096;
|
||||
listen [::]:80 backlog=4096;
|
||||
|
||||
Reference in New Issue
Block a user