Skip to content

Commit

Permalink
[#13] Fix: Mixed Contents 오류 발생하여 meta 태그 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
MuseopKim committed Feb 23, 2021
1 parent 72e5c10 commit 460f195
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/common/ReactHelmet.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ import { Helmet } from "react-helmet";
const ReactHelmet = () => {
return (
<Helmet>
<meta
http-equiv="Content-Security-Policy"
content="upgrade-insecure-requests"
></meta>
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500&display=swap"
Expand Down

0 comments on commit 460f195

Please sign in to comment.