Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VCST-1128: Add Configuration for iframe security policy #2786

Merged
merged 2 commits into from
May 6, 2024

Conversation

OlegoO
Copy link
Contributor

@OlegoO OlegoO commented May 1, 2024

Description

feat: Adds SecurityHeaders configuration to configure iframe security policy.

appsettings.json

  "SecurityHeaders": {
    // X-Frame-Options header configuration. Allowed values: Deny - default, SameOrigin, or custom uri.
    "FrameOptions": "Deny",
    // FrameAncestors configuration in Content-Security-Header header. Allowed values: None - default, Self, or custom uri.
    "FrameAncestors": "None"
  },

image

References

QA-test:

Jira-link:

https://virtocommerce.atlassian.net/browse/VCST-1128

Artifact URL:

…cific endpoint

feat: Add Configuration to bypass iframe security policy for specific endpoint.
@OlegoO OlegoO requested a review from artem-dudarev May 1, 2024 07:32
Copy link

sonarqubecloud bot commented May 6, 2024

@OlegoO OlegoO merged commit 572a5c5 into dev May 6, 2024
7 checks passed
@OlegoO OlegoO deleted the feat/VCST-1128-security-headers-configuration branch May 6, 2024 11:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants