summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/browser/resources/safety_tips/safety_tips.asciipb
blob: a1536bd796df6906c0480ddceca7d44e0ed632ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Copyright 2019 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

# Placeholder for list of known bad patterns.
# This file must be kept as-is except for version_id. The full list must not be
# checked in to Chromium source. When you want to update it, overwrite it
# locally, generate and push the protobuffer to the storage bucket but do not
# check in the changes.

version_id: 5

# See chrome/browser/lookalikes/safety_tips.proto for the full format.
# flagged_page entries must be sorted alphabetically by pattern.

# Example entry:
# flagged_page {
#   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"
# }