Skip to content

Commit

Permalink
update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaleleka committed Nov 24, 2023
1 parent e013a1f commit 229e6b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Expand Up @@ -29,6 +29,7 @@ const defaultConfig: ConfigurationMV2 = {
filteringEnabled: true,
stealthModeEnabled: true,
collectStats: true,
verboseScriptletsLogging: false,
allowlistInverted: false,
allowlistEnabled: false,
documentBlockingPageUrl: browser.runtime.getURL('pages/document-blocking.html'),
Expand Down
1 change: 1 addition & 0 deletions packages/examples/tswebextension-mv2/scripts/constants.ts
Expand Up @@ -30,6 +30,7 @@ export const DEFAULT_EXTENSION_CONFIG: ConfigurationMV2 = {
settings: {
assistantUrl: `${BuildOutput.AssistantInject}.js`,
collectStats: true,
verboseScriptletsLogging: false,
allowlistInverted: false,
allowlistEnabled: false,
stealthModeEnabled: true,
Expand Down
1 change: 1 addition & 0 deletions packages/examples/tswebextension-mv3/scripts/constants.ts
Expand Up @@ -18,6 +18,7 @@ export const DEFAULT_EXTENSION_CONFIG: Configuration = {
settings: {
assistantUrl: '',
collectStats: true,
verboseScriptletsLogging: false,
allowlistEnabled: true,
allowlistInverted: false,
stealthModeEnabled: true,
Expand Down

0 comments on commit 229e6b5

Please sign in to comment.