From fe550c755633e1b852f2757381212ac5938113e7 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sun, 9 Jun 2019 09:14:52 -0400 Subject: [PATCH] seamlessupdate.app -> releases.grapheneos.org --- static/.htaccess | 2 +- static/contact.html | 2 +- static/releases.html | 74 ++++++++++++++++++++++---------------------- static/releases.js | 2 +- static/source.html | 2 +- static/usage.html | 2 +- 6 files changed, 42 insertions(+), 42 deletions(-) diff --git a/static/.htaccess b/static/.htaccess index 87128476..16eefac8 100644 --- a/static/.htaccess +++ b/static/.htaccess @@ -1,6 +1,6 @@ Options -indexes -Header always set Content-Security-Policy "default-src 'none'; connect-src 'self' https://seamlessupdate.app/; \ +Header always set Content-Security-Policy "default-src 'none'; connect-src 'self' https://releases.grapheneos.org/; \ font-src 'self'; img-src 'self'; manifest-src 'self'; script-src 'self'; style-src 'self'; \ form-action 'none'; frame-ancestors 'none'; block-all-mixed-content; base-uri 'none'; \ report-uri https://danielmicay.report-uri.com/r/d/csp/enforce" diff --git a/static/contact.html b/static/contact.html index 0df58b14..92f04e5f 100644 --- a/static/contact.html +++ b/static/contact.html @@ -64,7 +64,7 @@
  • OS issue tracker
  • Vanadium (Chromium variant) issue tracker
  • grapheneos.org issue tracker
  • -
  • Update server (seamlessupdate.app) issue tracker
  • +
  • Update server (releases.grapheneos.org) issue tracker
  • - + diff --git a/static/releases.js b/static/releases.js index 90773003..ad24504a 100644 --- a/static/releases.js +++ b/static/releases.js @@ -2,7 +2,7 @@ "use strict"; -const baseUrl = "https://seamlessupdate.app/"; +const baseUrl = "https://releases.grapheneos.org/"; const versionBaseUrl = "https://github.com/GrapheneOS/platform_manifest/releases/tag/"; const devices = ["crosshatch", "blueline", "taimen", "walleye", "marlin", "sailfish"]; const channels = ["stable", "beta"]; diff --git a/static/source.html b/static/source.html index 1be77961..c3d23a17 100644 --- a/static/source.html +++ b/static/source.html @@ -44,7 +44,7 @@