ignore-x-frame-options

ignore x-frame-options

Was ist ignore-x-frame-options?

ignore-x-frame-options ist eine Chrome-Erweiterung, die von hotari entwickelt wurde, und ihr Hauptmerkmal ist "ignore x-frame-options".

Erweiterungsscreenshots

screenshot
screenshot

ignore-x-frame-options-Erweiterungs-CRX-Datei herunterladen

Laden Sie ignore-x-frame-options-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name ignore-x-frame-options ignore-x-frame-options
ID ammjifkhlacaphegobaekhnapdjmeclo
Offizielle URL https://chromewebstore.google.com/detail/ignore-x-frame-options/ammjifkhlacaphegobaekhnapdjmeclo
Beschreibung ignore x-frame-options
Dateigröße 3.66 KB
Installationsanzahl 1,438
Aktuelle Version 1
Letztes Update 2022-07-06
Veröffentlichungsdatum 2022-07-05
Bewertung 3.67/5 Insgesamt 3 Bewertungen
Entwickler hotari
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/HotariTobu/ignore-x-frame-options
Unterstützte Sprachen 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"
    ]
}