Skip to content

Commit

Permalink
Add Google domain
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzoverardo committed Mar 18, 2024
1 parent 5a348e4 commit c561f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/headers.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const BINARY_MIME_TYPES = [
const HEADER_CONTENT_DISPOSITION = "Content-Disposition";
const HEADER_CONTENT_TYPE = "Content-Type";

const allowedDomains = [".googleusercontent.com"];
const allowedDomains = ["googleusercontent.com", "usercontent.google.com"];

function handleHeaders(url, headers) {
if (isAllowedWebsite(url)) {
Expand Down

0 comments on commit c561f19

Please sign in to comment.