Skip to content

Commit ec927ed

Browse files
committed
Cleanup
1 parent cc5b894 commit ec927ed

File tree

4 files changed

+11
-2013
lines changed

4 files changed

+11
-2013
lines changed

book/html/.htaccess

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Options +Indexes

code.zip

101 KB
Binary file not shown.

code3/.htaccess

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Options +Indexes
2+
AddType text/plain .py
3+
4+
<IfModule headers_module>
5+
Header set Cache-Control "max-age=604800, public"
6+
7+
Header add Access-Control-Allow-Origin "*"
8+
Header add Access-Control-Allow-Headers "origin, x-requested-with, content-type"
9+
Header add Access-Control-Allow-Methods "GET"
10+
</IfModule>

0 commit comments

Comments
 (0)