• Skip to primary navigation
  • Skip to content
  • Skip to footer
Never test
  • About
  • Categories
  • Tags
    Apache HTTP server에 CSP(Content Security Policy) header 설정
    1. Home
    2. /
    3. It
    4. /
    5. Apache HTTP server에 CSP(Content Security Policy) header 설정
    YoungSeon.Ahn

    YoungSeon.Ahn

    I am an ordinary person.

    • S.Korea
    • Email
    • Twitter
    • Facebook
    • GitHub
    • Email

    Apache HTTP server에 CSP(Content Security Policy) header 설정

    less than 1 minute read

    httpd.conf에다가

    <IfModule mod_headers.c>
    	Header set Content-Security-Policy "media-src 'blob:'; connect-src 'self' '*.yourdomain.com'; script-src 'self';"
    </IfModule>
    

    여러 개의 옵션을 넣을 때는 “” 쌍따옴표를 잊지 말도록…

    20210723

    Tags: Apache HTTP Server

    Categories: IT

    Updated: October 1, 2021

    Share on

    Twitter Facebook LinkedIn
    Previous Next

    Leave a comment

    You may also enjoy

    일본서기에 보이는 미상(未詳) 신라어 ‘구수니자리(久須尼自利)’의 ‘궂은 일이구나’ 해석에 대한 고찰

    14 minute read

    일본서기에 보이는 미상(未詳) 신라어 ‘구수니자리(久須尼自利)’의 ‘궂은 일이구나’ 해석에 대한 고찰

    React ref는 언제 붙는가? 그리고 Ref callback은 언제 실행되는가?

    1 minute read

    React의 ref에서 버그를 내어 정리해 보았다.

    별뫼, 시간의 팔림프세스트(Palimpsest): 함평 제동 고분의 다층적 경관과 기억의 재구성

    14 minute read

    별뫼, 시간의 팔림프세스트(Palimpsest): 함평 제동 고분의 다층적 경관과 기억의 재구성

    왜구, 그림자로 살다

    less than 1 minute read

    왜구란 정의할 수 없다. 그 단어는 각 집단 자신의 시각을 반영하며 남용해 온 나머지 무엇인지도 모르게 되어 버렸다. 왜구에 정체에 대한 연구는 한중일 삼국이 현재의 정체성을 완전히 잃어버린 후에나 가능할지도 모르겠다. 그러다보니 왜구를 어떻게 보았는지 자체가 역사인식론의 연구과제...

    • Follow:
    • Twitter
    • Facebook
    • GitHub
    • Feed
    © 2025 Never test. Powered by Jekyll & Minimal Mistakes.