Bug 149404 - [GTK] Add API for configuring the credential storage scheme
Summary: [GTK] Add API for configuring the credential storage scheme
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: Other
Hardware: PC Linux
: P2 Minor
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-21 07:32 PDT by Michael Catanzaro
Modified: 2021-04-30 22:31 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Catanzaro 2015-09-21 07:32:18 PDT
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 *);