diff --git a/api/src/cookies.json b/api/src/cookies.json new file mode 100644 index 00000000..1bd99830 --- /dev/null +++ b/api/src/cookies.json @@ -0,0 +1,14 @@ +{ + "instagram": [ + "mid=; ig_did=; csrftoken=; ds_user_id=; sessionid=" + ], + "instagram_bearer": [ + "token=", "token=IGT:2:" + ], + "reddit": [ + "client_id=; client_secret=; refresh_token=" + ], + "twitter": [ + "auth_token=; ct0=" + ] +} \ No newline at end of file