Commit 7e66ac3a authored by Aya ElAttar's avatar Aya ElAttar Committed by Commit Bot

DLP: Modify url patterns in policy description

Changed "*.company.com" to "company.com" to avoid
confusion with blacklist-url-patterns

Change-Id: Ica9df34c04da6ba09786f5b9f8372d93dd87ec62
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2467863Reviewed-by: default avatarSergey Poromov <poromov@chromium.org>
Commit-Queue: Aya Elsayed <ayaelattar@chromium.org>
Cr-Commit-Position: refs/heads/master@{#818183}
parent db487b67
...@@ -23372,7 +23372,7 @@ If you disable this policy, web page scrolling to specific text fragments via UR ...@@ -23372,7 +23372,7 @@ If you disable this policy, web page scrolling to specific text fragments via UR
'gmail.com', 'gmail.com',
'docs.google.com', 'docs.google.com',
'drive.google.com', 'drive.google.com',
'*.company.com' 'company.com'
] ]
}, },
'destinations': { 'destinations': {
...@@ -23381,7 +23381,7 @@ If you disable this policy, web page scrolling to specific text fragments via UR ...@@ -23381,7 +23381,7 @@ If you disable this policy, web page scrolling to specific text fragments via UR
'gmail.com', 'gmail.com',
'docs.google.com', 'docs.google.com',
'drive.google.com', 'drive.google.com',
'*.company.com' 'company.com'
] ]
}, },
'restrictions': [ 'restrictions': [
...@@ -23411,7 +23411,7 @@ If you disable this policy, web page scrolling to specific text fragments via UR ...@@ -23411,7 +23411,7 @@ If you disable this policy, web page scrolling to specific text fragments via UR
'salesforce.com', 'salesforce.com',
'gmail.com', 'gmail.com',
'docs.google.com', 'docs.google.com',
'*.company.com' 'company.com'
] ]
}, },
'destinations': { 'destinations': {
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