Skip to content

Commit 1fe5e17

Browse files
committed
allowlist: permit CSS hex color literals
1 parent 1b7d62f commit 1fe5e17

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.pii-allowlist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Narrow allowlist for git-shield false positives in this repo.
22
# One regex per line. See https://github.com/vekexasia/git-shield#allowlist
33

4+
# ── CSS hex color literals ──
5+
# 6-digit hex color values in palette definitions and test fixtures.
6+
#[0-9a-fA-F]{6}
7+
48
# ── Public URLs that aren't PII ──
59
^https?://(www\.)?keepachangelog\.com(/.*)?$
610
^https?://(www\.)?nextjs\.org(/.*)?$

0 commit comments

Comments
 (0)