File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 355
355
Require all denied
356
356
</IfVersion >
357
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
+ </IfVersion >
366
+ </Files >
358
367
359
368
# For 404s and 403s that aren't handled by the application, show plain 404 response
360
369
ErrorDocument 404 /pub/errors/404 .php
Original file line number Diff line number Diff line change 332
332
Require all denied
333
333
</IfVersion>
334
334
</Files>
335
+ <Files auth.json>
336
+ <IfVersion < 2.4>
337
+ order allow,deny
338
+ deny from all
339
+ </IfVersion>
340
+ <IfVersion >= 2.4>
341
+ Require all denied
342
+ </IfVersion>
343
+ </Files>
335
344
336
345
# For 404s and 403s that aren't handled by the application, show plain 404 response
337
346
ErrorDocument 404 /pub/errors/404.php
You can’t perform that action at this time.
0 commit comments