File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 85
85
showInWebsite =" 1" showInStore =" 0" >
86
86
<label >Policy</label >
87
87
<validate >validate-url validate-no-html-tags</validate >
88
- <comment >Example: https://example.com/security-policy.html</comment >
89
88
<backend_model >Magento\Securitytxt\Model\Config\Backend\SecureUrl</backend_model >
90
89
</field >
91
90
<field id =" signature_text" translate =" label comment" type =" textarea" sortOrder =" 80" showInDefault =" 1"
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
2
+ <!--
3
+ /**
4
+ * Copyright © Magento, Inc. All rights reserved.
5
+ * See COPYING.txt for license details.
6
+ */
7
+ -->
8
+ <config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
+ xsi : noNamespaceSchemaLocation =" urn:magento:module:Magento_Store:etc/config.xsd" >
10
+ <default >
11
+ <magento_securitytxt_securitytxt >
12
+ <other_information >
13
+ <policy >https://magento.com/security</policy >
14
+ </other_information >
15
+ </magento_securitytxt_securitytxt >
16
+ </default >
17
+ </config >
Original file line number Diff line number Diff line change @@ -25,6 +25,5 @@ Preferred-Languages,Preferred-Languages
25
25
Hiring,Hiring
26
26
"Example: https://example.com/jobs.html","Example: https://example.com/jobs.html"
27
27
Policy,Policy
28
- "Example: https://example.com/security-policy.html","Example: https://example.com/security-policy.html"
29
28
Signature,Signature
30
29
"Read instructions on how to generate signature","Read instructions on how to generate signature"
You can’t perform that action at this time.
0 commit comments