Commit Graph

11 Commits

Author SHA1 Message Date
Oleg Shparber 78da96cb3d refactor: address clang-tidy diagnostics (#1877) 2026-05-16 20:55:46 +03:00
Oleg Shparber 8fe1bfdd40 style: use nested namespaces (#1794) 2026-04-03 17:21:06 +03:00
Oleg Shparber 55b752ae8e chore: shorten header comments 2024-10-06 01:14:20 -04:00
Oleg Shparber e977211a5e chore: update file header comments
Summary:
- Remove year from my own copyright claim.
- Add et al to indicate all contributors.
- Use SPDX-License-Identifier tag.
2024-10-06 00:54:09 -04:00
nevesnunes 7bd8598387 fix: use system CA certificates for requests (#1367)
Co-authored-by: nevesnunes <maxnevesnunes+gh@gmail.com>
2021-12-25 12:24:41 -05:00
Oleg Shparber 3469e05c20 fix(core): use QNetworkRequest::RedirectPolicyAttribute (#1313)
QNetworkRequest::FollowRedirectsAttribute is deprecated.
2021-01-24 02:14:58 -05:00
Oleg Shparber 64f981dec0 refactor(browser,core): introduce new isLocalFile and isLocalUrl checks
Also hides tool tips for internal HTTP URLs.
2020-04-26 13:19:31 -04:00
Oleg Shparber 407e4161e4 fix(core): enable support for HTTP redirects 2019-03-25 22:32:36 -04:00
Oleg Shparber c8525e917e core: Fix coding style 2017-11-12 22:18:22 +02:00
Oleg Shparber 4dcd7cf90b core: Forward all non-local schemaless URLs via HTTPS. 2017-08-16 01:03:37 +03:00
Oleg Shparber caff862805 core: Reject no-scheme URLs on a local file system (fixes #532) (#620)
This change adds back a custom network access manager, that was removed
as a fix for #474. Although this time URL validation is much more simple.
2016-10-09 01:01:04 -04:00