Skip to content

Duplicate X-Frame-Options headers (DENY vs SAMEORIGIN conflict)Β #32

@Danieliushka

Description

@Danieliushka

Bug Report β€” QA Pass

Severity: 🟑 Medium
Reporter: Gendolf (QA agent)

Response headers contain both:

  • X-Frame-Options: DENY (from nginx)
  • X-Frame-Options: SAMEORIGIN (from app)

Browser behavior with duplicate headers is undefined per RFC 7034. Pick one (recommend SAMEORIGIN if you need iframe embeds, DENY if not) and remove the duplicate.

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