Skip to content

Commit

Permalink
Remove compressible properties from unknown types
Browse files Browse the repository at this point in the history
  • Loading branch information
risu729 committed Dec 27, 2023
1 parent 1f7adea commit 2233c09
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/custom-types.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@
"compressible": true
},
"application/vnd.google-apps.audio": {
"compressible": false,
"sources": [
"https://developers.google.com/drive/api/guides/mime-types",
"https://support.google.com/drive/answer/2374983?hl=en"
Expand Down Expand Up @@ -237,7 +236,6 @@
]
},
"application/vnd.google-apps.file": {
"compressible": false,
"sources": [
"https://developers.google.com/drive/api/guides/mime-types",
"https://support.google.com/drive/answer/2374983?hl=en"
Expand All @@ -259,7 +257,6 @@
]
},
"application/vnd.google-apps.fusiontable": {
"compressible": false,
"sources": [
"https://developers.google.com/drive/api/guides/mime-types",
"https://support.google.com/drive/answer/2374983?hl=en"
Expand All @@ -274,7 +271,6 @@
]
},
"application/vnd.google-apps.mail-layout": {
"compressible": false,
"sources": [
"https://developers.google.com/drive/api/guides/mime-types",
"https://support.google.com/drive/answer/2374983?hl=en"
Expand All @@ -289,7 +285,6 @@
]
},
"application/vnd.google-apps.photo": {
"compressible": false,
"sources": [
"https://developers.google.com/drive/api/guides/mime-types",
"https://support.google.com/drive/answer/2374983?hl=en"
Expand All @@ -312,7 +307,6 @@
]
},
"application/vnd.google-apps.shortcut": {
"compressible": false,
"sources": [
"https://developers.google.com/drive/api/guides/mime-types",
"https://support.google.com/drive/answer/2374983?hl=en"
Expand All @@ -335,14 +329,12 @@
]
},
"application/vnd.google-apps.unknown": {
"compressible": false,
"sources": [
"https://developers.google.com/drive/api/guides/mime-types",
"https://support.google.com/drive/answer/2374983?hl=en"
]
},
"application/vnd.google-apps.video": {
"compressible": false,
"sources": [
"https://developers.google.com/drive/api/guides/mime-types",
"https://support.google.com/drive/answer/2374983?hl=en"
Expand Down

0 comments on commit 2233c09

Please sign in to comment.