• 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
    • Twitter
    • Facebook
    • GitHub
    • Resume
    • 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

    import 한 줄이 e2e test 를 깨뜨리다

    4 minute read

    기술 스택

    e2e exposed an init order race

    5 minute read

    Tech stack

    HTML 테이블에서 “일부 컬럼만 가변폭” 만들기 — min-width가 안 먹힐 때

    2 minute read

    목표

    Making Only Some Columns Flexible-Width in an HTML Table — When min-width Just Won’t Work

    3 minute read

    Goal

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