ignore-x-frame-options

ignore x-frame-options

Vad är ignore-x-frame-options?

ignore-x-frame-options är en Chrome-tillägg utvecklad av hotari, och dess huvudfunktion är "ignore x-frame-options".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner ignore-x-frame-options-förlängningens CRX-fil

Ladda ner ignore-x-frame-options-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn ignore-x-frame-options ignore-x-frame-options
ID ammjifkhlacaphegobaekhnapdjmeclo
Officiell webbadress https://chromewebstore.google.com/detail/ignore-x-frame-options/ammjifkhlacaphegobaekhnapdjmeclo
Beskrivning ignore x-frame-options
Filstorlek 3.66 KB
Antal Installationer 1,438
Aktuell Version 1
Senast Uppdaterad 2022-07-06
Publiceringsdatum 2022-07-05
Betyg 3.67/5 Totalt 3 Betyg
Utvecklare hotari
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/HotariTobu/ignore-x-frame-options
Stödda Språk 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"
    ]
}