Commit 70b5e76b authored by Xiang Ji's avatar Xiang Ji Committed by Commit Bot

Update policies doc URL to the latest

Change-Id: I1b5d4a9abe48084a919febc3398849b2be2b1042
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1728179
Auto-Submit: Xiang Ji <jxiang@google.com>
Commit-Queue: Julian Pastarmov <pastarmovj@chromium.org>
Reviewed-by: default avatarJulian Pastarmov <pastarmovj@chromium.org>
Cr-Commit-Position: refs/heads/master@{#683951}
parent 9edc5d3b
......@@ -11,7 +11,7 @@ from infra import ChromeEnterpriseTestCase
class AppsShortcutEnabledTest(ChromeEnterpriseTestCase):
"""Test the ShowAppsShortcutInBookmarkBar policy.
See https://www.chromium.org/administrators/policy-list-3#ShowAppsShortcutInBookmarkBar"""
See https://cloud.google.com/docs/chrome-enterprise/policies/?policy=ShowAppsShortcutInBookmarkBar"""
Policy = 'ShowAppsShortcutInBookmarkBar'
......
......@@ -16,7 +16,7 @@ FLAGS = flags.FLAGS
class BookmarkBarEnabledTest(ChromeEnterpriseTestCase):
"""Test the BookmarkBarEnabled
https://www.chromium.org/administrators/policy-list-3#BookmarkBarEnabled.
https://cloud.google.com/docs/chrome-enterprise/policies/?policy=BookmarkBarEnabled.
If this setting is left not set the user can decide to use this function
or not.
......
......@@ -11,7 +11,7 @@ from infra import ChromeEnterpriseTestCase
@environment(file="../policy_test.asset.textpb")
class ExtensionInstallBlacklistTest(ChromeEnterpriseTestCase):
"""Test the ExtensionInstallBlacklist policy.
https://www.chromium.org/administrators/policy-list-3#ExtensionInstallBlacklist"""
https://cloud.google.com/docs/chrome-enterprise/policies/?policy=ExtensionInstallBlacklist"""
@before_all
def setup(self):
......
......@@ -11,7 +11,7 @@ from infra import ChromeEnterpriseTestCase
class ExtensionInstallForcelistTest(ChromeEnterpriseTestCase):
"""Test the ExtensionInstallForcelist policy.
See https://www.chromium.org/administrators/policy-list-3#ExtensionInstallForcelist"""
See https://cloud.google.com/docs/chrome-enterprise/policies/?policy=ExtensionInstallForcelist"""
# This is the extension id of the Google Keep extension.
ExtensionId = 'lpcaedmchfhocbbapmcbpinfpgnhiddi'
......
......@@ -11,7 +11,7 @@ from infra import ChromeEnterpriseTestCase
@environment(file="../policy_test.asset.textpb")
class ExtensionInstallWhitelistTest(ChromeEnterpriseTestCase):
"""Test the ExtensionInstallBlacklist policy.
https://www.chromium.org/administrators/policy-list-3#ExtensionInstallWhitelist"""
https://cloud.google.com/docs/chrome-enterprise/policies/?policy=ExtensionInstallWhitelist"""
@before_all
def setup(self):
......
......@@ -17,8 +17,8 @@ class HomepageTest(ChromeEnterpriseTestCase):
"""Test HomepageIsNewTabPage and HomepageLocation policies.
See:
https://www.chromium.org/administrators/policy-list-3#HomepageLocation
https://www.chromium.org/administrators/policy-list-3#HomepageIsNewTabPage
https://cloud.google.com/docs/chrome-enterprise/policies/?policy=HomepageLocation
https://cloud.google.com/docs/chrome-enterprise/policies/?policy=HomepageIsNewTabPage
"""
@before_all
......
......@@ -11,7 +11,7 @@ from infra import ChromeEnterpriseTestCase
class PasswordManagerEnabledTest(ChromeEnterpriseTestCase):
"""Test the PasswordManagerEnabled policy.
See https://www.chromium.org/administrators/policy-list-3#PasswordManagerEnabled"""
See https://cloud.google.com/docs/chrome-enterprise/policies/?policy=PasswordManagerEnabled"""
@before_all
def setup(self):
......
......@@ -16,7 +16,7 @@ FLAGS = flags.FLAGS
class PopupsAllowedForUrlsTest(ChromeEnterpriseTestCase):
"""Test the PopupsAllowedForUrls
https://www.chromium.org/administrators/policy-list-3#PopupsAllowedForUrls.
https://cloud.google.com/docs/chrome-enterprise/policies/?policy=PopupsAllowedForUrls.
"""
@before_all
......
......@@ -18,7 +18,7 @@ FLAGS = flags.FLAGS
class RestoreOnStartupTest(ChromeEnterpriseTestCase):
"""Test the RestoreOnStartup policy.
See https://www.chromium.org/administrators/policy-list-3#RestoreOnStartup."""
See https://cloud.google.com/docs/chrome-enterprise/policies/?policy=RestoreOnStartup."""
@before_all
def setup(self):
......
......@@ -12,7 +12,7 @@ from infra import ChromeEnterpriseTestCase
class TranslateEnabledTest(ChromeEnterpriseTestCase):
"""Test the TranslateEnabled policy.
See https://www.chromium.org/administrators/policy-list-3#TranslateEnabled"""
See https://cloud.google.com/docs/chrome-enterprise/policies/?policy=TranslateEnabled"""
@before_all
def setup(self):
......
......@@ -12,7 +12,7 @@ from infra import ChromeEnterpriseTestCase
class UrlBlacklistTest(ChromeEnterpriseTestCase):
"""Test the URLBlacklist policy.
See https://www.chromium.org/administrators/policy-list-3#URLBlacklist"""
See https://cloud.google.com/docs/chrome-enterprise/policies/?policy=URLBlacklist"""
@before_all
def setup(self):
......
......@@ -14,8 +14,8 @@ class UrlWhitelistTest(ChromeEnterpriseTestCase):
This policy provides exceptions to the URLBlacklist policy.
See https://www.chromium.org/administrators/policy-list-3#URLBlacklist
and https://www.chromium.org/administrators/policy-list-3#URLWhitelist"""
See https://cloud.google.com/docs/chrome-enterprise/policies/?policy=URLBlacklist
and https://cloud.google.com/docs/chrome-enterprise/policies/?policy=URLWhitelist"""
@before_all
def setup(self):
......
......@@ -12,7 +12,7 @@ from infra import ChromeEnterpriseTestCase
class YouTubeRestrictTest(ChromeEnterpriseTestCase):
"""Test the ForceYouTubeRestrict policy.
See https://www.chromium.org/administrators/policy-list-3#ForceYouTubeRestrict"""
See https://cloud.google.com/docs/chrome-enterprise/policies/?policy=ForceYouTubeRestrict"""
RestrictedText = "This video is restricted. " \
+ "Try signing in with a Google Apps account."
......
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