Skip to content

Commit

Permalink
fix: unsafe url
Browse files Browse the repository at this point in the history
  • Loading branch information
Pear104 authored Jul 3, 2024
1 parent a473432 commit 833b96c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/utils/request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export const GET = async (url: string) => {
"Content-Type": "application/json;charset=UTF-8",
Authorization: `Bearer ${getCookie("accessToken")}`,
},
referrerPolicy: "unsafe-url"
})
).json();
return data;
Expand Down

0 comments on commit 833b96c

Please sign in to comment.