On 1 Jun., 18:20, Aaron Boodman <[email protected]> wrote: > We chose not to have a .tld or similar in content scripts because most > large websites still don't have every single version of their domain > name. For example there are many google.* domains that aren't Google.
Understood. Even though i think you can`t prevent mis- or wrong use of wildcards by restrictions. To be sure one would have to use http://*.google.* and http://google.* and not http://*google.* A possibility to use something like http://*.google.*/search* would be nice as well. Don`t know if that works. > You can match http://*/* and just check for Google in the host > manually. I'll create a bug to reconsider the .tld thing. It depends on how the extension system works. I think we should all avoid blowing up the system and even if the extension we are talking about is not very large i`d rather load it on demand than on every pageload. I think i`ll do it like this for now, but it`s not the best solution. --~--~---------~--~----~------------~-------~--~----~ Chromium Discussion mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-discuss -~----------~----~----~----~------~----~------~--~---
