Closed
Bug 1434797
Opened 8 years ago
Closed 8 years ago
default disabled Credential Management API
Categories
(Core :: DOM: Security, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1156047
People
(Reporter: 709922234, Unassigned)
References
()
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:60.0) Gecko/20100101 Firefox/60.0
Build ID: 20180129220114
Steps to reproduce:
```
if (navigator.credentials) {
...
new PasswordCredential(...)
...
}
```
Actual results:
throw Error: PasswordCredential is not defined
Expected results:
Credential Management API all functions can be used
Component: Untriaged → DOM: Security
Product: Firefox → Core
Updated•8 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•