ignore-x-frame-options

ignore x-frame-options

ignore-x-frame-options란 무엇입니까?

ignore-x-frame-options은(는) hotari에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ignore x-frame-options"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

ignore-x-frame-options 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ignore-x-frame-options is a chrome extension that drops x-frame-options and content-security-policy in HTTP request headers and enables pages to include external pages in iframes.

Almost pages set x-frame-options to SAMEORIGINE or DENY. This disables pages to display the external pages in iframes.

You can solve this problem by just installing ignore-x-frame-options.

Caution:
The use of ignore-x-frame-options decreases the security because it normally must be blocked the access from pages to the external pages that set x-frame-options. You may encounter clickjacking so you should use ignore-x-frame-options for developing only.                    

확장 프로그램 기본 정보

이름 ignore-x-frame-options ignore-x-frame-options
ID ammjifkhlacaphegobaekhnapdjmeclo
공식 URL https://chromewebstore.google.com/detail/ignore-x-frame-options/ammjifkhlacaphegobaekhnapdjmeclo
설명 ignore x-frame-options
파일 크기 3.66 KB
설치 횟수 1,438
현재 버전 1
최근 업데이트 2022-07-06
출시 날짜 2022-07-05
평점 3.67/5 총 3 개의 평점
개발자 hotari
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/HotariTobu/ignore-x-frame-options
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ignore-x-frame-options",
    "description": "ignore x-frame-options",
    "version": "1",
    "manifest_version": 3,
    "icons": {
        "16": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "declarativeNetRequest"
    ]
}