diff --git a/src/background/index.mjs b/src/background/index.mjs index f65c13d4..7e43e2f3 100644 --- a/src/background/index.mjs +++ b/src/background/index.mjs @@ -258,7 +258,9 @@ try { } setUserConfig({ chatgptArkoseReqUrl: details.url, - chatgptArkoseReqForm: formData.toString(), + chatgptArkoseReqForm: + formData.toString() || + new TextDecoder('utf-8').decode(new Uint8Array(details.requestBody.raw[0].bytes)), }).then(() => { console.log('Arkose req url and form saved') }) diff --git a/src/rules.json b/src/rules.json index 51185534..8f25ddb6 100644 --- a/src/rules.json +++ b/src/rules.json @@ -56,7 +56,7 @@ { "operation": "set", "header": "referer", - "value": "https://tcr9i.chat.openai.com/v2/1.5.5/enforcement.fbfc14b0d793c6ef8359e0e4b4a91f67.html" + "value": "https://tcr9i.chat.openai.com/v2/2.3.4/enforcement.c70df15cb97792b18c2f4978b68954a0.html" } ] },