Closed Bug 1434797 Opened 6 years ago Closed 6 years ago

default disabled Credential Management API

Categories

(Core :: DOM: Security, defect)

60 Branch
defect
Not set
normal

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
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.