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.
1 parent 033e9c1 commit 5f53373Copy full SHA for 5f53373
.htaccess
@@ -355,6 +355,15 @@
355
Require all denied
356
</IfVersion>
357
</Files>
358
+ <Files auth.json>
359
+ <IfVersion < 2.4>
360
+ order allow,deny
361
+ deny from all
362
+ </IfVersion>
363
+ <IfVersion >= 2.4>
364
+ Require all denied
365
366
+ </Files>
367
<Files magento_umask>
368
<IfVersion < 2.4>
369
order allow,deny
.htaccess.sample
@@ -332,6 +332,15 @@
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
0 commit comments