diff options
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: | 
