Skip to content

Commit f791f8e

Browse files
Add blocklist.txt for managing NFC devices blocklist (#552)
1 parent f3116fe commit f791f8e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

blocklist.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# This file holds a list of devices that websites using the Web NFC API are
2+
# forbidden from accessing.
3+
#
4+
# Each line contains the NFC-A tag's historical bytes hexadecimal values of a
5+
# device that should be blocked. In ISO 14443-4 terminology, the historical
6+
# bytes are a subset of the RATS (Request for Answer To Select) response.
7+
8+
# Additions to this file must be made by pull request.
9+
10+
8073C021C057597562694B6579 # YubiKey 5 series
11+
597562696B65794E454F7233 # YubiKey NEO

0 commit comments

Comments
 (0)