Added Favicon support, Progressive Web App support, page title and url support, and private/public user registration options
This commit is contained in:
2
Oqtane.Server/wwwroot/service-worker.js
Normal file
2
Oqtane.Server/wwwroot/service-worker.js
Normal file
@ -0,0 +1,2 @@
|
||||
// always fetch from the network and do not enable offline support
|
||||
self.addEventListener('fetch', () => { });
|
Reference in New Issue
Block a user