Skip to content

Commit

Permalink
Add htaccess and web.config files to the libraries folder (#15457)
Browse files Browse the repository at this point in the history
* add htaccess file to the lib folder

* add web.config file

* move stuff arround
  • Loading branch information
zero-24 authored and wilsonge committed Apr 22, 2017
1 parent 438336d commit fadafae
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions libraries/vendor/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Deny from all
8 changes: 8 additions & 0 deletions libraries/vendor/web.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0"?>
<configuration>
<system.web>
<authorization>
<deny users="*" />
</authorization>
</system.web>
</configuration>

0 comments on commit fadafae

Please sign in to comment.