• 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

    web game frontend 개발 POC(11키티즈)

    2 minute read

    11키티즈 개발을 위하여 frontend에서 POC를 수행하고 그 결과를 정리했다(2024년 초 수행).

    아테네 민주정의 펠라스기 기원 - 망각된 선주민 질서와 문명 기억의 역설 -

    34 minute read

    아테네 민주정의 펠라스기 기원: 망각된 선주민 질서와 문명 기억의 역설

    Swiper.js + React 에서 slide prepend 문제를 해결하는 방법

    4 minute read

    TL;DR 가상 슬라이드(Virtual Slides)를 켠 Swiper.js + React 프로젝트에서 prepend로 아이템을 추가하면서도 사용자가 보고 있던 슬라이드를 유지하는 방법은 Zustand에 “현재 슬라이드 전역 인덱스”를 저장하고, 리...

    React 커스텀 훅에서만 나타나는 exhaustive-deps 경고의 기술적 배경

    2 minute read

    useRef 와 useEffect 의 의존성 진단

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