Skip to content

Commit

Permalink
chore: add application/manifest+json as intercepted content type (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsrCodes authored Jun 4, 2023
1 parent 2b4f6c3 commit 72e4ffa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/proxy-middleware/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ export const RQ_INTERCEPTED_CONTENT_TYPES = [
"text/css",
"application/css",
"application/json",
"application/manifest+json"
];

0 comments on commit 72e4ffa

Please sign in to comment.