This repository was archived by the owner on Feb 28, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-18
lines changed
Expand file tree Collapse file tree 2 files changed +8
-18
lines changed Original file line number Diff line number Diff line change 88 # -- Allow Access to files used by Developer Dubugging Tools -- #
99 RewriteRule "\.(map|less|scss)$" "-" [PT,L]
1010
11- # -- Vendor Exception List -- #
12- # These are file types by vendor file that will bypass the default filtering
13- #
14- # If you are adding a new vendor that needs browser access, adding a file
15- # type esception will be required.
16-
17- RewriteRule "^(player/).*/.*\.swf$" "-" [PT,L]
18- RewriteRule "^(fontawsome/).*/.*\.swf$" "-" [PT,L]
19- RewriteRule "^(jquery/).*/.*\.swf$" "-" [PT,L]
20- RewriteRule "^(studio-42/).*/.*\.wav$" "-" [PT,L]
21-
2211 # -- Deny Everything Not Matched Above -- #
2312 RewriteRule "/*" "-" [F]
2413
Original file line number Diff line number Diff line change 88 # -- Allow Access to files used by Developer Dubugging Tools -- #
99 RewriteRule "\.(map|less|scss)$" "-" [PT,L]
1010
11- # -- Default Exception List -- #
12- # These rules may be deleted if the browser does not need to access them.
11+ # -- Vendor Exception List -- #
12+ # These are file types by vendor file that will bypass the default filtering
1313 #
14- # *** Work in progress, add exceptions before release where needed ***
15- #
16- # New vendor libraries can add exemptions if there is a issue, but the
17- # likley senario is that it will not be needed.
14+ # If you are adding a new vendor that needs browser access, adding a file
15+ # type esception will be required.
1816
19- RewriteRule "^(player/).*/.*\.swf$" "-" [PT,L]
17+ RewriteRule "^(vendor/player/).*/.*\.swf$" "-" [PT,L]
18+ RewriteRule "^(vendor/fontawsome/).*/.*\.swf$" "-" [PT,L]
19+ RewriteRule "^(vendor/jquery/).*/.*\.swf$" "-" [PT,L]
20+ RewriteRule "^(vendor/studio-42/).*/.*\.wav$" "-" [PT,L]
2021
2122 # -- Deny Everything Not Matched Above -- #
2223 RewriteRule "/*" "-" [F]
You can’t perform that action at this time.
0 commit comments