Skip to content

Commit

Permalink
Add missing request headers
Browse files Browse the repository at this point in the history
  • Loading branch information
SeoulSKY committed Dec 31, 2023
1 parent 2562beb commit 83b16dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-server/public/unity.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function main() {
if (!init.headers) {
init.headers = new Headers();
}
init.headers.append("Accept-Encoding", "gzip, br");
init.headers.append("Accept-Encoding", "gzip");
}

return originalFetch.apply(this, arguments);
Expand Down

0 comments on commit 83b16dd

Please sign in to comment.