Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit cf7a92f

Browse files
authored
Update the Facebook secret key regex at signatures.yaml (#1000)
1 parent 24618c3 commit cf7a92f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

signatures.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
- Page Access Token: (?i)(EAAG[0-9A-Za-z]{10,128})
105105
- Facebook Access Token: EAACEdEose0cBA[0-9A-Za-z]+
106106
- Facebook Client ID: (?i)(facebook|fb)(.{0,20})?['\"][0-9]{13,17}
107-
- Facebook Secret Key: (?i)(facebook|fb)(.{0,20})?(?-i)['\"][0-9a-f]{32}
107+
- Facebook Secret Key: (?i)(facebook|fb)(.{0,20})?['\"][0-9a-fA-F]{32}
108108
#- Client Token: (?i)fb[a-zA-Z0-9]{24,32}
109109
- Instagram Access Token: (?i)(IGQV[0-9A-Za-z-_]{10,255})
110110
- Instagram App Secret: (?i)(ig_[a-f0-9]{32})

0 commit comments

Comments
 (0)