diff options
author | Teddy Wing | 2021-09-08 00:14:15 +0200 |
---|---|---|
committer | Teddy Wing | 2021-09-08 00:16:10 +0200 |
commit | 452afd6544088c92e1b460808764813632318718 (patch) | |
tree | 4a0966d1fd97308ac1a25eba126242f93bfe2f64 /background.js | |
parent | 1cc24417e2f8a6420503735c10577f57c9b4e323 (diff) | |
download | Legibility-452afd6544088c92e1b460808764813632318718.tar.bz2 |
wildcard_domains: Add TODO for different wildcard character
Diffstat (limited to 'background.js')
-rw-r--r-- | background.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/background.js b/background.js index 2b5dc1d..beee8e0 100644 --- a/background.js +++ b/background.js @@ -38,6 +38,7 @@ browser.runtime.onMessage.addListener(function(message) { }); +// TODO: Consider choosing a different wildcard character, as '*' is troublesome in a shell (maybe '%') // Build a list of wildcard domains from the given hostname. // // Example: |