|
|
@ -54,10 +54,11 @@
|
|
|
|
release: @config.release
|
|
|
|
release: @config.release
|
|
|
|
whitelistUrls: [/devdocs/]
|
|
|
|
whitelistUrls: [/devdocs/]
|
|
|
|
includePaths: [/devdocs/]
|
|
|
|
includePaths: [/devdocs/]
|
|
|
|
ignoreErrors: [/NPObject/, /NS_ERROR/, /^null$/]
|
|
|
|
ignoreErrors: [/NPObject/, /NS_ERROR/, /^null$/, /Electron\.app/]
|
|
|
|
tags:
|
|
|
|
tags:
|
|
|
|
mode: if @isSingleDoc() then 'single' else 'full'
|
|
|
|
mode: if @isSingleDoc() then 'single' else 'full'
|
|
|
|
iframe: (window.top isnt window).toString()
|
|
|
|
iframe: (window.top isnt window).toString()
|
|
|
|
|
|
|
|
electron: window.process?.versions?.electron
|
|
|
|
shouldSendCallback: =>
|
|
|
|
shouldSendCallback: =>
|
|
|
|
try
|
|
|
|
try
|
|
|
|
if @isInjectionError()
|
|
|
|
if @isInjectionError()
|
|
|
|