Merge pull request #62 from pidario/feat/dcc-support
start of DCC implementation
This commit is contained in:
commit
63afd839be
13 changed files with 358 additions and 1 deletions
|
@ -10,4 +10,8 @@ precacheAndRoute(self.__WB_MANIFEST, {
|
|||
});
|
||||
|
||||
const handler = createHandlerBoundToURL('/');
|
||||
registerRoute(new NavigationRoute(handler));
|
||||
registerRoute(
|
||||
new NavigationRoute(handler, {
|
||||
denylist: [new RegExp('/downloads/')]
|
||||
})
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue