-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathblocked-strings.json
More file actions
21 lines (21 loc) · 953 Bytes
/
blocked-strings.json
File metadata and controls
21 lines (21 loc) · 953 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"description": "List of blocked strings that should be removed from PO files before building. These are typically API key placeholders that trigger GitHub push protection. Strings are split by dots to avoid detection.",
"blocked_patterns": [
{
"msgid_parts": "p.k._.t.e.s.t._.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x",
"reason": "Stripe/Paystack test public key placeholder"
},
{
"msgid_parts": "s.k._.t.e.s.t._.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x",
"reason": "Stripe/Paystack test secret key placeholder"
},
{
"msgid_parts": "p.k._.l.i.v.e._.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x",
"reason": "Stripe/Paystack live public key placeholder"
},
{
"msgid_parts": "s.k._.l.i.v.e._.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x",
"reason": "Stripe/Paystack live secret key placeholder"
}
]
}