From 6865c87b74363c57389cdb73352d542f1842c42c Mon Sep 17 00:00:00 2001
From: cookiell546 <186191371+cookiell546@users.noreply.github.com>
Date: Sun, 8 Jun 2025 10:25:38 +0200
Subject: Opt-into edge-to-edge by default
Chromium already supports dynamic edge-to-edge viewports. This change
opts-in by default, making the gesture navigation bar (chin) invisible
without needing scroll interaction.
No other changes were necessary, as no content relied on specific
viewport insets.
Command used:
```
sed -i 's///g' **/*.html
```
---
static/articles/attestation-compatibility-guide.html | 2 +-
static/articles/grapheneos-servers.html | 2 +-
static/articles/index.html | 2 +-
static/articles/positon-location-service.html | 2 +-
static/articles/server-traffic-shaping.html | 2 +-
static/articles/sitewide-advertising-industry-opt-out.html | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
(limited to 'static/articles')
diff --git a/static/articles/attestation-compatibility-guide.html b/static/articles/attestation-compatibility-guide.html
index 0e8e01ed..92176d04 100644
--- a/static/articles/attestation-compatibility-guide.html
+++ b/static/articles/attestation-compatibility-guide.html
@@ -7,7 +7,7 @@
-
+
diff --git a/static/articles/grapheneos-servers.html b/static/articles/grapheneos-servers.html
index ef079511..0c7d40c7 100644
--- a/static/articles/grapheneos-servers.html
+++ b/static/articles/grapheneos-servers.html
@@ -7,7 +7,7 @@
-
+
diff --git a/static/articles/index.html b/static/articles/index.html
index 4864d355..4c2b86ab 100644
--- a/static/articles/index.html
+++ b/static/articles/index.html
@@ -7,7 +7,7 @@
-
+
diff --git a/static/articles/positon-location-service.html b/static/articles/positon-location-service.html
index 9c4963d7..d773bb52 100644
--- a/static/articles/positon-location-service.html
+++ b/static/articles/positon-location-service.html
@@ -7,7 +7,7 @@
-
+
diff --git a/static/articles/server-traffic-shaping.html b/static/articles/server-traffic-shaping.html
index 9d75f89d..26c0c04b 100644
--- a/static/articles/server-traffic-shaping.html
+++ b/static/articles/server-traffic-shaping.html
@@ -7,7 +7,7 @@
-
+
diff --git a/static/articles/sitewide-advertising-industry-opt-out.html b/static/articles/sitewide-advertising-industry-opt-out.html
index 872818f9..ad8eef06 100644
--- a/static/articles/sitewide-advertising-industry-opt-out.html
+++ b/static/articles/sitewide-advertising-industry-opt-out.html
@@ -7,7 +7,7 @@
-
+
--
cgit v1.3.1