Skip to content

Commit 83bc59c

Browse files
committed
Add RFC8081 font/* to list of resource MIME types
1 parent 65ee0bf commit 83bc59c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/SAMLTrace.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -625,6 +625,12 @@ SAMLTrace.TraceWindow.prototype = {
625625
case 'application/font-woff2':
626626
case 'application/x-font-ttf':
627627
case 'application/x-font-woff':
628+
case 'font/collection':
629+
case 'font/otf':
630+
case 'font/sfnt':
631+
case 'font/ttf':
632+
case 'font/woff':
633+
case 'font/woff2':
628634
case 'image/gif':
629635
case 'image/jpg':
630636
case 'image/jpeg':

0 commit comments

Comments
 (0)