Commit 0ad230c8 authored by bengr@chromium.org's avatar bengr@chromium.org

Change precache URLs to https

Precache manifests and configuration details are fetched via https
instead of http with this change.

BUG=309216

Review URL: https://codereview.chromium.org/435303006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287723 0039d316-1c4b-4281-b951-d872f2087c98
parent b523c02d
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
'variables': { 'variables': {
# These values are duplicated in the GN build in: # These values are duplicated in the GN build in:
# //components/precache/core:precache_config # //components/precache/core:precache_config
'precache_config_settings_url%': 'http://www.gstatic.com/chrome/wifiprefetch/precache_config', 'precache_config_settings_url%': 'https://www.gstatic.com/chrome/wifiprefetch/precache_config',
'precache_manifest_url_prefix%': 'http://www.gstatic.com/chrome/wifiprefetch/precache_manifest_', 'precache_manifest_url_prefix%': 'https://www.gstatic.com/chrome/wifiprefetch/precache_manifest_',
}, },
'conditions': [ 'conditions': [
['precache_config_settings_url != ""', { ['precache_config_settings_url != ""', {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment