Skip to content

Commit

Permalink
Update documentUrlPatterns comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante authored Feb 1, 2025
1 parent 4bc83ef commit 365a645
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
});
}

0 comments on commit 365a645

Please sign in to comment.