Skip to content

Commit 0e2a8a7

Browse files
author
Hayder Sharhan
committed
MAGETWO-50611: [Github][Security] WebAPIs allow anonymous access
- Revise label text.
1 parent 9637071 commit 0e2a8a7

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/WebapiSecurity/etc/adminhtml

1 file changed

+2
-2
lines changed

app/code/Magento/WebapiSecurity/etc/adminhtml/system.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
<group id="webapisecurity" translate="label" type="text" sortOrder="250" showInDefault="1" showInWebsite="0" showInStore="0">
1010
<label>Web API Security</label>
1111
<field id="allow_insecure" translate="label" type="select" sortOrder="1" showInDefault="1" showInWebsite="0" showInStore="0">
12-
<label>Allow insecure anonymous access</label>
12+
<label>Allow Anonymous Guest Access</label>
1313
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
14-
<comment>Anonymous access would be provided for some CMS, Catalog and Store services</comment>
14+
<comment>This feature applies only to CMS, Catalog and Store APIs. Please consult your developers for details on potential security risks.</comment>
1515
</field>
1616
</group>
1717
</section>

0 commit comments

Comments
 (0)