Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DanieL authored and DanieL committed Jul 26, 2022
1 parent 5c3cd06 commit 088fe99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ async function getStrategy(args) {
strategiesNetworkOnly.push({extension: 'php', destination: false, url: false, fallback: false});
strategiesNetworkOnly.push({extension: 'ts', destination: false, url: false, fallback: false});
strategiesNetworkOnly.push({extension: 'mp4', destination: false, url: false, fallback: false});
strategiesNetworkOnly.push({extension: 'mp4', destination: false, url: false, fallback: false});
strategiesNetworkOnly.push({extension: 'mp3', destination: false, url: false, fallback: false});
strategiesNetworkOnly.push({extension: 'webm', destination: false, url: false, fallback: false});

var strategiesNetworkFirst = [];
Expand Down

0 comments on commit 088fe99

Please sign in to comment.