summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/browser/resources/safety_tips/safety_tips.asciipb
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/safety_tips/safety_tips.asciipb')
-rw-r--r--chromium/chrome/browser/resources/safety_tips/safety_tips.asciipb17
1 files changed, 12 insertions, 5 deletions
diff --git a/chromium/chrome/browser/resources/safety_tips/safety_tips.asciipb b/chromium/chrome/browser/resources/safety_tips/safety_tips.asciipb
index 64b7f997870..a1536bd796d 100644
--- a/chromium/chrome/browser/resources/safety_tips/safety_tips.asciipb
+++ b/chromium/chrome/browser/resources/safety_tips/safety_tips.asciipb
@@ -8,13 +8,20 @@
# locally, generate and push the protobuffer to the storage bucket but do not
# check in the changes.
-version_id: 4
+version_id: 5
# See chrome/browser/lookalikes/safety_tips.proto for the full format.
-# These entries must be sorted alphabetically by pattern.
+# flagged_page entries must be sorted alphabetically by pattern.
# Example entry:
# flagged_page {
-# pattern: "example.test/test-path-for-safety-tips/test.html"
-# type: BAD_REP
-#}
+# pattern: "bad.test/test-path-for-safety-tips/test.html"
+# type: BAD_REP
+# }
+
+# A page that's marked to not show a UI for any heuristic (including lookalike
+# or edit distance).
+# allowed_pattern entries must be sorted alphabetically by pattern.
+# allowed_pattern: {
+# pattern: "good.test/some/path.html"
+# }