Commit Graph

2 Commits

Author SHA1 Message Date
Shannon Booth
b8a9288602 Tests/LibWeb: Use localhost for echo server URL
A test configured under LoadFromHttpServer is loaded over localhost
rather than 127.0.0.1, causing the echo server to be accessed
across origins. In general, the behavior being tested is intended
for same-origin scenarios, so update the echo server URL to use
localhost.
2026-03-23 22:32:43 +01:00
CountBleck
bc0cceae1f LibWeb: Add a test checking the referrer of worker script fetches
Also, allow the echo server to reflect headers by substituting it into a
provided template body, enabling them to be read programmatically as
part of a script.
2026-01-31 22:45:08 +01:00