Add config for http_response_headers module

This commit is contained in:
Chris (wolcen) Thompson 2025-12-05 17:49:22 -05:00
parent 8abb36d3bb
commit 278c1c661b
12 changed files with 142 additions and 0 deletions

View file

@ -0,0 +1,12 @@
uuid: af80c7d0-6dbf-4338-b7e1-95e95f49bba5
langcode: en
status: true
dependencies: { }
_core:
default_config_hash: aCpW04rpcXDf65J6xXwCkplv2TKA64ANULWPnidTXwE
id: x_frame_options
label: X-Frame-Options
description: "Clickjacking protection. Valid values include <em>DENY</em> meaning your site can't be framed, <em>SAMEORIGIN</em> which allows you to frame your own site or <em>ALLOW-FROM https://example.com/</em> which lets you specify sites that are permitted to frame"
name: X-Frame-Options
value: SAMEORIGIN
visibility: { }