experiments in a post-browser web
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: enable Proton Pass browser extension by default

+1 -1
+1 -1
backend/electron/chrome-extensions.ts
··· 131 131 } 132 132 133 133 // Extensions that are disabled by default (must be explicitly enabled by user) 134 - const DISABLED_BY_DEFAULT = new Set(['proton-pass']); 134 + const DISABLED_BY_DEFAULT = new Set<string>(); 135 135 136 136 // Module state 137 137 let polyfillHandle: { cleanup: () => void; getPreloadScript: () => string } | null = null;