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 -~----------~----~----~----~------~----~------~--~---
