Skip to content

Commit

Permalink
Update interception.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dimdenGD authored Aug 7, 2024
1 parent 3f8f472 commit 51642f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interception.js
Original file line number Diff line number Diff line change
Expand Up @@ -1184,7 +1184,7 @@ const proxyRoutes = [
xhr.modReqHeaders["Content-Type"] = "application/json";
xhr.modReqHeaders["X-Twitter-Active-User"] = "yes";
xhr.modReqHeaders["X-Twitter-Client-Language"] = "en";
xhr.modReqHeaders["Authorization"] = PUBLIC_TOKENS[0];
xhr.modReqHeaders["Authorization"] = PUBLIC_TOKENS[1];
delete xhr.modReqHeaders["X-Twitter-Client-Version"];
if (xhr.modReqHeaders["x-act-as-user-id"]) {
xhr.storage.retweeter = xhr.modReqHeaders["x-act-as-user-id"];
Expand Down

0 comments on commit 51642f0

Please sign in to comment.