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 @@