Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
Remove old 'app' entry
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrazee committed Jun 5, 2017
1 parent 9ebc4d0 commit da3edb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/background-process.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ app.on('ready', function () {
datProtocol.setup()

// configure chromium's permissions for the protocols
protocol.registerServiceWorkerSchemes(['dat', 'app'])
protocol.registerServiceWorkerSchemes(['dat'])

// web APIs
webAPIs.setup()
Expand Down

0 comments on commit da3edb4

Please sign in to comment.