diff options
Diffstat (limited to 'src/webpack/common.tsx')
-rw-r--r-- | src/webpack/common.tsx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/webpack/common.tsx b/src/webpack/common.tsx index 42db758..31175f9 100644 --- a/src/webpack/common.tsx +++ b/src/webpack/common.tsx @@ -290,3 +290,7 @@ export const ContextMenu = mapMangledModuleLazy('type:"CONTEXT_MENU_OPEN"', { options?: { enableSpellCheck?: boolean; } ): void; }; + +export const MaskedLinkStore = mapMangledModuleLazy('"MaskedLinkStore"', { + openUntrustedLink: filters.byCode(".apply(this,arguments)") +}); |