Skip to content

Commit cecda39

Browse files
committed
[1.0.1] Remove fp cookie value that's no longer being used (and gives an error on newest version it seems)
1 parent b003642 commit cecda39

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "OnlyFans Cookie Helper",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"description": "Helper extension that makes it easier to copy config.json values for the DIGITALCRIMINAL/OnlyFans software",
66
"icons": {
77
"48": "icons/cookie.png"

popup/cookies.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ async function grabCookies() {
4545
'auth_hash',
4646
'auth_id',
4747
'auth_uniq_',
48-
'fp',
4948
'sess',
5049
];
5150

0 commit comments

Comments
 (0)