|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
|
/* ============================================================
|
|
|
|
|
* QupZilla - WebKit based browser |
|
|
|
|
* Copyright (C) 2010-2012 David Rosca <nowrep@gmail.com> |
|
|
|
|
* Copyright (C) 2010-2013 David Rosca <nowrep@gmail.com> |
|
|
|
|
* |
|
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
|
* it under the terms of the GNU General Public License as published by |
|
|
|
|
@ -123,5 +123,8 @@ void CaBundleUpdater::replyFinished() |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
file.write(response); |
|
|
|
|
|
|
|
|
|
// Reload newly downloaded certificates
|
|
|
|
|
mApp->networkManager()->loadSettings(); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|