mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-08-08 22:32:26 -04:00
divestos.xyz > divestos.org
This commit is contained in:
parent
8030a63a2a
commit
40d6db0326
8 changed files with 16 additions and 16 deletions
|
@ -4,7 +4,7 @@
|
|||
<!-- name -->
|
||||
<item>DivestOS Official</item>
|
||||
<!-- address -->
|
||||
<item>https://divestos.xyz/fdroid/official</item>
|
||||
<item>https://divestos.org/fdroid/official</item>
|
||||
<!-- description -->
|
||||
<item>This repository contains apps created by Divested Computing, Inc.</item>
|
||||
<!-- version -->
|
||||
|
@ -19,7 +19,7 @@
|
|||
<!-- name -->
|
||||
<item>DivestOS Unofficial</item>
|
||||
<!-- address -->
|
||||
<item>https://divestos.xyz/fdroid/unofficial</item>
|
||||
<item>https://divestos.org/fdroid/unofficial</item>
|
||||
<!-- description -->
|
||||
<item>This repository contains unofficial builds of open source apps that are not included in the official F-Droid repo or IzzySoft repo.</item>
|
||||
<!-- version -->
|
||||
|
@ -34,7 +34,7 @@
|
|||
<!-- name -->
|
||||
<item>DivestOS Provisioner</item>
|
||||
<!-- address -->
|
||||
<item>https://divestos.xyz/fdroid/provisioner</item>
|
||||
<item>https://divestos.org/fdroid/provisioner</item>
|
||||
<!-- description -->
|
||||
<item>This is an empty repo used to provision a device using the push install feature. Consider disabling after first use.</item>
|
||||
<!-- version -->
|
||||
|
|
|
@ -17,10 +17,10 @@ index 97669d242f0..2a39f90b19b 100644
|
|||
// TODO: append a random length parameter to the default HTTPS url.
|
||||
// TODO: randomize browser version ids in the default User-Agent String.
|
||||
- private static final String DEFAULT_HTTPS_URL = "https://www.google.com/generate_204";
|
||||
+ private static final String DEFAULT_HTTPS_URL = "https://divestos.xyz/gen204.php";
|
||||
+ private static final String DEFAULT_HTTPS_URL = "https://divestos.org/gen204.php";
|
||||
private static final String DEFAULT_HTTP_URL =
|
||||
- "http://connectivitycheck.gstatic.com/generate_204";
|
||||
+ "http://divestos.xyz/gen204.php";
|
||||
+ "http://divestos.org/gen204.php";
|
||||
private static final String DEFAULT_FALLBACK_URL = "http://www.google.com/gen_204";
|
||||
private static final String DEFAULT_USER_AGENT = "Mozilla/5.0 (X11; Linux x86_64) "
|
||||
+ "AppleWebKit/537.36 (KHTML, like Gecko) "
|
||||
|
|
|
@ -17,11 +17,11 @@ index d3a93542c74..32918aa3cdc 100644
|
|||
// TODO: append a random length parameter to the default HTTPS url.
|
||||
// TODO: randomize browser version ids in the default User-Agent String.
|
||||
- private static final String DEFAULT_HTTPS_URL = "https://www.google.com/generate_204";
|
||||
+ private static final String DEFAULT_HTTPS_URL = "https://divestos.xyz/gen204.php";
|
||||
+ private static final String DEFAULT_HTTPS_URL = "https://divestos.org/gen204.php";
|
||||
private static final String DEFAULT_HTTP_URL =
|
||||
- "http://connectivitycheck.gstatic.com/generate_204";
|
||||
- private static final String DEFAULT_FALLBACK_URL = "http://www.google.com/gen_204";
|
||||
+ "http://divestos.xyz/gen204.php";
|
||||
+ "http://divestos.org/gen204.php";
|
||||
+ private static final String DEFAULT_FALLBACK_URL = "https://www.google.com/generate_204";
|
||||
private static final String DEFAULT_OTHER_FALLBACK_URLS =
|
||||
- "http://play.googleapis.com/generate_204";
|
||||
|
|
|
@ -17,11 +17,11 @@ index d3a93542c74..32918aa3cdc 100644
|
|||
// TODO: append a random length parameter to the default HTTPS url.
|
||||
// TODO: randomize browser version ids in the default User-Agent String.
|
||||
- private static final String DEFAULT_HTTPS_URL = "https://www.google.com/generate_204";
|
||||
+ private static final String DEFAULT_HTTPS_URL = "https://divestos.xyz/gen204.php";
|
||||
+ private static final String DEFAULT_HTTPS_URL = "https://divestos.org/gen204.php";
|
||||
private static final String DEFAULT_HTTP_URL =
|
||||
- "http://connectivitycheck.gstatic.com/generate_204";
|
||||
- private static final String DEFAULT_FALLBACK_URL = "http://www.google.com/gen_204";
|
||||
+ "http://divestos.xyz/gen204.php";
|
||||
+ "http://divestos.org/gen204.php";
|
||||
+ private static final String DEFAULT_FALLBACK_URL = "https://www.google.com/generate_204";
|
||||
private static final String DEFAULT_OTHER_FALLBACK_URLS =
|
||||
- "http://play.googleapis.com/generate_204";
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 49815eae9bf74fe881da53a0ecba6954f04cf408
|
||||
Subproject commit 7f8ab4c37e09d0030189fade739e24e461ad5c6b
|
Loading…
Add table
Add a link
Reference in a new issue