summaryrefslogtreecommitdiff
path: root/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'res/values')
-rw-r--r--res/values/config.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index 734000f..da90fba 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -13,7 +13,7 @@
config_captive_portal_http_url and *NOT* by changing or overlaying
this resource. It will break if the enforcement of overlayable starts.
-->
- <string name="default_captive_portal_http_url" translatable="false">http://conn1.oppomobile.com/generate_204</string>
+ <string name="default_captive_portal_http_url" translatable="false">http://captive.project-ice.org/generate_204</string>
<!-- HTTPS URL for network validation, to use for confirming internet connectivity. -->
<!-- default_captive_portal_https_url is not configured as overlayable so
OEMs that wish to change captive_portal_https_url configuration must
@@ -21,7 +21,7 @@
config_captive_portal_https_url and *NOT* by changing or overlaying
this resource. It will break if the enforcement of overlayable starts.
-->
- <string name="default_captive_portal_https_url" translatable="false">https://conn1.oppomobile.com/generate_204</string>
+ <string name="default_captive_portal_https_url" translatable="false">https://captive.project-ice.org/generate_204</string>
<!-- List of fallback URLs to use for detecting captive portals. -->
<!-- default_captive_portal_fallback_urls is not configured as overlayable
@@ -31,9 +31,8 @@
this resource. It will break if the enforcement of overlayable starts.
-->
<string-array name="default_captive_portal_fallback_urls" translatable="false">
+ <item>http://conn1.oppomobile.com/generate_204</item>
<item>http://connectivitycheck.gstatic.com/generate_204</item>
- <item>http://www.google.com/generate_204</item>
- <item>http://play.googleapis.com/generate_204</item>
</string-array>
<!-- Configuration hooks for the above settings.
Empty by default but may be overridden by RROs. -->