Skip to content

Commit

Permalink
Update src/utils/misc.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Hendrik Eeckhaut <[email protected]>
  • Loading branch information
Codetrauma and heeckhau authored Oct 15, 2024
1 parent cdd86e9 commit 03e9b3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/misc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -333,8 +333,8 @@ export type PluginConfig = {
hostFunctions?: string[]; // Host functions that the plugin will have access to
cookies?: string[]; // Cookies the plugin will have access to, cached by the extension from specified hosts (optional)
headers?: string[]; // Headers the plugin will have access to, cached by the extension from specified hosts (optional)
localStorage: string[]; // LocalStorage the plugin will have access to, cached by the extension from specified hosts (optional)
sessionStorage: string[]; // SessionStorage the plugin will have access to, cached by the extension from specified hosts (optional)
localStorage?: string[]; // LocalStorage the plugin will have access to, cached by the extension from specified hosts (optional)
sessionStorage?: string[]; // SessionStorage the plugin will have access to, cached by the extension from specified hosts (optional)
requests: { method: string; url: string }[]; // List of requests that the plugin is allowed to make
notaryUrls?: string[]; // List of notary services that the plugin is allowed to use (optional)
proxyUrls?: string[]; // List of websocket proxies that the plugin is allowed to use (optional)
Expand Down

0 comments on commit 03e9b3b

Please sign in to comment.