We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b7d62f commit 1fe5e17Copy full SHA for 1fe5e17
1 file changed
.pii-allowlist
@@ -1,6 +1,10 @@
1
# Narrow allowlist for git-shield false positives in this repo.
2
# One regex per line. See https://github.com/vekexasia/git-shield#allowlist
3
4
+# ── CSS hex color literals ──
5
+# 6-digit hex color values in palette definitions and test fixtures.
6
+#[0-9a-fA-F]{6}
7
+
8
# ── Public URLs that aren't PII ──
9
^https?://(www\.)?keepachangelog\.com(/.*)?$
10
^https?://(www\.)?nextjs\.org(/.*)?$
0 commit comments