Bug 149404
Summary: | [GTK] Add API for configuring the credential storage scheme | ||
---|---|---|---|
Product: | WebKit | Reporter: | Michael Catanzaro <mcatanzaro> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Minor | CC: | bugs-noreply, kevinprince76 |
Priority: | P2 | ||
Version: | Other | ||
Hardware: | PC | ||
OS: | Linux |
Michael Catanzaro
The delete passwords function in Epiphany has no way to present or delete HTTP auth passwords, because WebKit saves them in SECRET_SCHEMA_COMPAT_NETWORK. That seems like a good place for applications that don't offer functionality for viewing and deleting passwords, but for Epiphany it would be nice if they would be stored with EPHY_FORM_PASSWORD_SCHEMA.
Maybe something like:
webkit_web_context_set_credential_storage_schema (WebKitWebContext *, SecretSchema *);
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |