We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 27e8615 + 7b78c24 commit 35d776dCopy full SHA for 35d776d
.htaccess
@@ -106,6 +106,10 @@ DirectoryIndex index.php
106
order allow,deny
107
deny from all
108
</Files>
109
+ <Files auth.json>
110
+ order allow,deny
111
+ deny from all
112
+ </Files>
113
<Files magento_umask>
114
115
.htaccess.sample
@@ -270,6 +270,10 @@ DirectoryIndex index.php
270
271
272
273
274
275
276
277
278
279
0 commit comments