• 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

    청동기 시대의 붕괴와 고대 이탈리아 민족의 형성

    24 minute read

    청동기 시대의 붕괴와 고대 이탈리아 민족의 형성

    Galaxy S21 WebView 동영상 녹색 화면 이슈 디버깅 및 해결

    15 minute read

    Galaxy S21 WebView 동영상 녹색 화면 이슈 디버깅 및 해결

    라우트-단위 코드 스플리팅 — React Data Router v7 + Vite 조합으로 “진짜” Lazy Route 만들기

    3 minute read

    라우트-단위 코드 스플리팅 — React Data Router v7 + Vite 조합으로 “진짜” Lazy Route 만들기

    한국 드라마의 고부 갈등 - 시대별 변화와 대표 작품 분석

    25 minute read

    한국 드라마의 고부 갈등: 시대별 변화와 대표 작품 분석

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