File tree 6 files changed +5
-24
lines changed
6 files changed +5
-24
lines changed Original file line number Diff line number Diff line change
1
+ ### HEAD
2
+
3
+ * Remove mapping of ` .php ` files to ` text/html `
4
+ [[ aeb81e9] ( https://github.com/h5bp/server-configs-apache/commit/aeb81e9174a9c69fa3a6f6c107d53dd4c8d58760 )] .
5
+
1
6
### 2.12.0 (March 2, 2015)
2
7
3
8
* Add ` ServerSignature Off `
Original file line number Diff line number Diff line change @@ -264,7 +264,6 @@ Options -MultiViews
264
264
AddType application/x-chrome-extension crx
265
265
AddType application/x-opera-extension oex
266
266
AddType application/x-xpinstall xpi
267
- AddType text/html php
268
267
AddType text/vcard vcard vcf
269
268
AddType text/vnd.rim.location.xloc xloc
270
269
AddType text/vtt vtt
Original file line number Diff line number Diff line change 108
108
AddType application/x-chrome-extension crx
109
109
AddType application/x-opera-extension oex
110
110
AddType application/x-xpinstall xpi
111
- AddType text/html php
112
111
AddType text/vcard vcard vcf
113
112
AddType text/vnd.rim.location.xloc xloc
114
113
AddType text/vtt vtt
Original file line number Diff line number Diff line change @@ -244,7 +244,6 @@ Options -MultiViews
244
244
AddType application/x-chrome-extension crx
245
245
AddType application/x-opera-extension oex
246
246
AddType application/x-xpinstall xpi
247
- AddType text/html php
248
247
AddType text/vcard vcard vcf
249
248
AddType text/vnd.rim.location.xloc xloc
250
249
AddType text/vtt vtt
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -308,17 +308,6 @@ exports = module.exports = {
308
308
}
309
309
} ,
310
310
311
- 'test.php' : {
312
- responseHeaders : {
313
- 'cache-control' : 'max-age=0, no-transform' ,
314
- 'content-security-policy' : "script-src 'self'; object-src 'self'" ,
315
- 'content-type' : 'text/html; charset=utf-8' ,
316
- 'x-frame-options' : 'DENY' ,
317
- 'x-ua-compatible' : 'IE=edge' ,
318
- 'x-xss-protection' : '1; mode=block'
319
- }
320
- } ,
321
-
322
311
'test.oex' : {
323
312
responseHeaders : {
324
313
'content-encoding' : null ,
You can’t perform that action at this time.
0 commit comments