Skip to content

Commit

Permalink
Fix mimes
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandr-slobodian committed Oct 18, 2024
1 parent 271e856 commit 925fee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const APP_FORTIFY_DOWLOAD_APP_URL = "https://fortifyapp.com";
// https://www.iana.org/assignments/media-types/media-types.xhtml
export const APP_CERTIFICATE_ALLOWED_MIMES = {
"application/pem-certificate-chain": [".pem"],
"application/pkix-cert": [".cer"],
"application/pkix-cert": [".cer", ".der"],
"application/x-x509-ca-cert": [".crt"],
"application/pkcs10": [".csr"],
};
Expand Down

0 comments on commit 925fee9

Please sign in to comment.