Skip to content

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions