mirror of
https://github.com/RGBCube/serenity
synced 2025-10-30 19:52:44 +00:00
We previously used an empty optional to denote that a ReferrerPolicy is in the default empty string state. However, later additions added an explicit EmptyString state. This patch moves all users to the explicit state, and stops using `Optional<ReferrerPolicy>` everywhere except for when an option not being passed from JavaScript has meaning. |
||
|---|---|---|
| .. | ||
| Bodies.cpp | ||
| Bodies.h | ||
| Headers.cpp | ||
| Headers.h | ||
| Methods.cpp | ||
| Methods.h | ||
| Requests.cpp | ||
| Requests.h | ||
| Responses.cpp | ||
| Responses.h | ||
| Statuses.cpp | ||
| Statuses.h | ||