mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
extensionDownloader: Use plain Soup.Session
Unlike for the old Soup.SessionSync/SessionAsync classes, Soup.Session:ssl-use-system-ca-file already defaults to true. In Soup3, the behavior was made unconditional and the property removed. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1940>
This commit is contained in:
parent
f14960ff03
commit
3ad569f426
1 changed files with 1 additions and 1 deletions
|
|
@ -252,5 +252,5 @@ class InstallExtensionDialog extends ModalDialog.ModalDialog {
|
|||
});
|
||||
|
||||
function init() {
|
||||
_httpSession = new Soup.Session({ ssl_use_system_ca_file: true });
|
||||
_httpSession = new Soup.Session();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue