Skip to content

Commit 72e4ffa

Browse files
authored
chore: add application/manifest+json as intercepted content type (#19)
1 parent 2b4f6c3 commit 72e4ffa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/proxy-middleware/constants.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ export const RQ_INTERCEPTED_CONTENT_TYPES = [
1818
"text/css",
1919
"application/css",
2020
"application/json",
21+
"application/manifest+json"
2122
];

0 commit comments

Comments
 (0)