Closed
Bug 1281258
Opened 9 years ago
Closed 9 years ago
chrome.extension.getURL is not returning the same URL
Categories
(WebExtensions :: Untriaged, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1257989
People
(Reporter: sriharsha.angara, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/601.6.17 (KHTML, like Gecko) Version/9.1.1 Safari/601.6.17
Steps to reproduce:
1) Install Firefox Addon build with WebExtensiosn
2) In Console (while debugging) called chrome.extension.getURL("")
3) Returns some url of type moz-extension://<guid>
4) Quit your browser. Delete all profiles
5) Restart the browser and repeat steps 1 and 2.
Actual results:
The results on chrome.extension.getURL() are not consistent and same. Different URLs are returned.
Expected results:
Same URL should be returned.
In Chrome calling chrome.extension.getURL() returns the same URL for the extension.
This allows us to whitelist part of the extension URL so our webpages can pass some sensitive information directly to the extension.
Updated•9 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Component: Untriaged → WebExtensions
Product: Firefox → Toolkit
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Toolkit → WebExtensions
You need to log in
before you can comment on or make changes to this bug.
Description
•