Skip to content

Commit 2046540

Browse files
authored
Merge pull request #2907 from XRPLF/add-responseheaders
Add response headers for CSP (X-Frame-Options) and a noindex for work-in-progress translated pages
2 parents c710f5d + 12ac34b commit 2046540

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

redocly.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@ l10n:
1313
name: 日本語
1414
redirects:
1515
$ref: redirects.yaml
16+
responseHeaders:
17+
'**':
18+
- name: X-Frame-Options
19+
value: DENY
20+
- name: Content-Security-Policy
21+
value: frame-ancestors 'none'
22+
'/@l10n/es-ES/**':
23+
- name: X-Robots-Tag
24+
value: noindex
1625
seo:
1726
siteUrl: https://xrpl.org/
1827
rbac:

0 commit comments

Comments
 (0)