Skip to content

Commit 97a9f54

Browse files
damienwebdevrhoerr
authored andcommitted
feat!: prevent disclosure of customer groups by default (#136)
1 parent f6466eb commit 97a9f54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Customer/etc/config.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
<change_email_template>customer_account_information_change_email_template</change_email_template>
3434
<change_email_and_password_template>customer_account_information_change_email_and_password_template</change_email_and_password_template>
3535
<confirm>0</confirm>
36-
<graphql_share_all_customer_groups>1</graphql_share_all_customer_groups>
37-
<graphql_share_customer_group>1</graphql_share_customer_group>
36+
<graphql_share_all_customer_groups>0</graphql_share_all_customer_groups>
37+
<graphql_share_customer_group>0</graphql_share_customer_group>
3838
</account_information>
3939
<password>
4040
<forgot_email_identity>support</forgot_email_identity>

0 commit comments

Comments
 (0)