Refactor(Compiler): Fix the bug that unable to initialize compiler
This commit is contained in:
@@ -56,7 +56,8 @@ protocol.registerSchemesAsPrivileged([
|
||||
scheme: 'local',
|
||||
privileges: {
|
||||
standard: true,
|
||||
secure: true
|
||||
secure: true,
|
||||
supportFetchAPI: true
|
||||
}
|
||||
}
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user