Skip to content

remove the X-Frame-Options header with a config #816

@optinirr

Description

@optinirr

Description

I'm trying to remove the X-Frame-Options header with a config

{
        "headers": [
                {
                        "source": "**/*",
                        "headers": [{
                                "key":"X-Frame-Options",
                "value": null
                        }
                        ]
                }

        ]
}

but it doesn't like this syntax:

must be string
{"type":"string"}

Library version

14.2.3

Node version

v18.19.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions