diff options
-rw-r--r-- | res/values/config.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/config.xml b/res/values/config.xml index 766a807..2ae71f3 100644 --- a/res/values/config.xml +++ b/res/values/config.xml @@ -35,6 +35,8 @@ <string name="config_captive_portal_http_url" translatable="false"></string> <!--suppress CheckTagEmptyBody: overlayable resource to use as configuration hook --> <string name="config_captive_portal_https_url" translatable="false"></string> + <!-- Literal commas are not allowed in the url configuration because they + are used as a separator internally. --> <string-array name="config_captive_portal_fallback_urls" translatable="false"> </string-array> <string-array name="config_captive_portal_fallback_probe_specs" translatable="false"> |