From 365a645568a06c0bef7454004eb2c51decda25d2 Mon Sep 17 00:00:00 2001 From: fregante Date: Sat, 1 Feb 2025 15:10:39 +0800 Subject: [PATCH] Update `documentUrlPatterns` comment https://github.com/w3c/webextensions/issues/755#issuecomment-2628772400 --- index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.ts b/index.ts index 045a818..f1f8e87 100644 --- a/index.ts +++ b/index.ts @@ -252,7 +252,8 @@ export default function addPermissionToggle(options?: Options): void { title: globalOptions.title, contexts, - // Note: This is completely ignored by Chrome and Safari. Great. #14 + // Note: This is completely ignored by Chrome #14 + // https://github.com/w3c/webextensions/issues/755#issuecomment-2628772400 documentUrlPatterns: optionalHosts, }); }