Skip to content

Commit fcfaebf

Browse files
security-package/issues/234:
Auto-fill browser functionality can override API keys for reCAPCTH and block Admin Panel access - copyright fix.
1 parent b122b3e commit fcfaebf

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

ReCaptchaVersion2Checkbox/etc/adminhtml/system.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<?xml version="1.0"?>
2+
<!--
3+
/**
4+
* Copyright © Magento, Inc. All rights reserved.
5+
* See COPYING.txt for license details.
6+
*/
7+
-->
18
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
29
xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd">
310
<system>

ReCaptchaVersion2Invisible/etc/adminhtml/system.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<?xml version="1.0"?>
2+
<!--
3+
/**
4+
* Copyright © Magento, Inc. All rights reserved.
5+
* See COPYING.txt for license details.
6+
*/
7+
-->
18
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
29
xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd">
310
<system>

ReCaptchaVersion3Invisible/etc/adminhtml/system.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<?xml version="1.0"?>
2+
<!--
3+
/**
4+
* Copyright © Magento, Inc. All rights reserved.
5+
* See COPYING.txt for license details.
6+
*/
7+
-->
18
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
29
xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd">
310
<system>

0 commit comments

Comments
 (0)