• 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

    React Router useNavigate 훅 완전 분석 - “navigate(‘..’) 한 번인데 왜 두 칸이 날아갈까?”

    3 minute read

    react-router useNavigate 훅의 동작 분석 - navigate는 어디서부터 시작되는가

    React Router ScrollRestoration 디버깅 기록 — 왜 스크롤이 안 움직였을까?

    4 minute read

    React Router ScrollRestoration 디버깅 기록 — 왜 스크롤이 안 움직였을까?

    모노레포에서 패키지마다 Path Alias를 두는 가장 안전한 방법

    3 minute read

    모노레포에서 패키지마다 Path Alias를 두는 가장 안전한 방법

    11키티즈 게임에서 XState를 선택한 이유

    4 minute read

    11키티즈 게임에서 XState를 선택한 이유

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