Skip to content

Commit 5c9e0b6

Browse files
admon84jef
andauthored
fix(store): amazon captcha false-positives (jef#54)
Co-authored-by: Jef LeCompte <jeffreylec@gmail.com>
1 parent 6c3cd01 commit 5c9e0b6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/store/amazon.ts

+8-8
Original file line numberDiff line numberDiff line change
@@ -7,49 +7,49 @@ export const Amazon: Store = {
77
brand: 'pny',
88
model: 'xlr8',
99
url: 'https://www.amazon.com/PNY-GeForce-Gaming-Epic-X-Graphics/dp/B08HBR7QBM?ref_=ast_sto_dp',
10-
oosLabels: ['currently unavailable']
10+
oosLabels: ['currently unavailable', 'Enter the characters you see below']
1111
},
1212
{
1313
brand: 'msi',
1414
model: 'gaming trio',
1515
url: 'https://www.amazon.com/MSI-GeForce-RTX-3080-10G/dp/B08HR7SV3M?ref_=ast_sto_dp',
16-
oosLabels: ['currently unavailable']
16+
oosLabels: ['currently unavailable', 'Enter the characters you see below']
1717
},
1818
{
1919
brand: 'evga',
2020
model: 'ftw3',
2121
url: 'https://www.amazon.com/EVGA-10G-P5-3897-KR-GeForce-Technology-Backplate/dp/B08HR3Y5GQ?ref_=ast_sto_dp',
22-
oosLabels: ['currently unavailable']
22+
oosLabels: ['currently unavailable', 'Enter the characters you see below']
2323
},
2424
{
2525
brand: 'evga',
2626
model: 'xc3',
2727
url: 'https://www.amazon.com/EVGA-10G-P5-3885-KR-GeForce-Cooling-Backplate/dp/B08HR55YB5?ref_=ast_sto_dp',
28-
oosLabels: ['currently unavailable']
28+
oosLabels: ['currently unavailable', 'Enter the characters you see below']
2929
},
3030
{
3131
brand: 'gigabyte',
3232
model: 'windforce',
3333
url: 'https://www.amazon.com/GIGABYTE-GeForce-Graphics-WINDFORCE-GV-N3080GAMING/dp/B08HJTH61J?ref_=ast_sto_dp',
34-
oosLabels: ['currently unavailable']
34+
oosLabels: ['currently unavailable', 'Enter the characters you see below']
3535
},
3636
{
3737
brand: 'gigabyte',
3838
model: 'windforce eagle',
3939
url: 'https://www.amazon.com/GIGABYTE-GeForce-Graphics-WINDFORCE-GV-N3080EAGLE/dp/B08HJS2JLJ?ref_=ast_sto_dp',
40-
oosLabels: ['currently unavailable']
40+
oosLabels: ['currently unavailable', 'Enter the characters you see below']
4141
},
4242
{
4343
brand: 'asus',
4444
model: 'tuf',
4545
url: 'https://www.amazon.com/ASUS-Graphics-DisplayPort-Military-Grade-Certification/dp/B08HH5WF97?ref_=ast_sto_dp',
46-
oosLabels: ['currently unavailable']
46+
oosLabels: ['currently unavailable', 'Enter the characters you see below']
4747
},
4848
{
4949
brand: 'msi',
5050
model: 'ventus',
5151
url: 'https://www.amazon.com/MSI-GeForce-RTX-3080-10G/dp/B08HR5SXPS?ref_=ast_sto_dp',
52-
oosLabels: ['currently unavailable']
52+
oosLabels: ['currently unavailable', 'Enter the characters you see below']
5353
}
5454
],
5555
name: 'amazon'

0 commit comments

Comments
 (0)