Skip to content

Commit

Permalink
Update baseHeaders.js
Browse files Browse the repository at this point in the history
  • Loading branch information
zachey01 committed Jul 16, 2024
1 parent a9c5e35 commit 8f78068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utils/baseHeaders.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function baseHeaders(url) {
"sec-fetch-site": "same-origin",
Referer: url,
"Referrer-Policy": "strict-origin-when-cross-origin",
usesearch: "false",
usesearch: "true",
};
}
export default baseHeaders;

0 comments on commit 8f78068

Please sign in to comment.