As per the docs on http://code.google.com/chrome/extensions/xhr.html:
"A match pattern of "http://*/" allows HTTP access to all reachable domains. Note that here, match patterns are similar to content script match patterns, but any path information following the host is ignored." I tried both ways and still no luck. On Sep 10, 9:47 am, Daniel Wagner-Hall <[email protected]> wrote: > On Thu, Sep 10, 2009 at 5:38 PM, uprise78 <[email protected]> wrote: > > > I set my permissions in my manifest file to: > > > "permissions": ["http://*/", "https://*/", "tabs", "bookmarks"] > > > My XMLHttpRequest's still always return a status 0 unless I am on a > > web page on the domain that I am requesting from. Is this not > > implemented yet for Macs or should I file a bug report? > > Try changing the line to: > > "permissions": ["http://*/*", "https://*/*", "tabs", "bookmarks"] > > The matcher works for full paths, not just the host --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-extensions" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/chromium-extensions?hl=en -~----------~----~----~----~------~----~------~--~---
