mirror of
https://github.com/servo/servo.git
synced 2025-10-16 00:10:23 +01:00
A recent refactoring (#33531) made a change that resulted in the `Origin` header including the port even when the default port for a scheme was used. This made the serialization different from that used for `rust-url`'s `Origin::ascii_serialization()`, breaking CORS on some sites. This change makes it so that the serialization is consistent again. This change also fixes the visiblity on a few methods in `http_loader.rs` since visibility needs to be adjusted for testing anyway. Signed-off-by: Martin Robinson <mrobinson@igalia.com> |
||
|---|---|---|
| .. | ||
| parsable_mime | ||
| cookie.rs | ||
| cookie_http_state.rs | ||
| cookie_http_state_utils.py | ||
| data_loader.rs | ||
| fetch.rs | ||
| file_loader.rs | ||
| filemanager_thread.rs | ||
| hsts.rs | ||
| http_cache.rs | ||
| http_loader.rs | ||
| main.rs | ||
| mime_classifier.rs | ||
| resource_thread.rs | ||
| subresource_integrity.rs | ||
| test.jpeg | ||