Commit Graph
3 Commits
Author SHA1 Message Date
Claudio DeSouza be214871df Remove uses of StringPiece and its variants
Upstream is set to deprecated, and delete all occurrences of
`base::StringPiece`, and replace it with `std::string_view`, and
according correspondent types.

This change removes the use of `base::StringPiece`, and of the headers
as well across the Brave codebase.
2023-09-22 16:26:38 +03:00
Arthur Edelstein fdf93a5f3f don't upgrade to https before exceptions list is loaded (#17111) 2023-02-08 20:24:32 -08:00
Arthur Edelstein 98b811e1ae HTTPS by default for Desktop (#16521)
HTTPS by default on Desktop

- Disabled, Standard, Strict modes
- Controlled by global and per-site shields settings
- Merge UI with HTTPS-Only Mode
- Behind HttpsByDefault feature flag
- Browser tests for each setting
2023-02-08 07:00:54 -05:00