mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 19:04:58 +00:00
LibWeb: Implement "Set request’s referrer policy on redirect" AO
This commit is contained in:
committed by
Andreas Kling
parent
5a40a00d9e
commit
ab6b687d4c
@@ -1236,7 +1236,8 @@ WebIDL::ExceptionOr<JS::GCPtr<PendingResponse>> http_redirect_fetch(JS::Realm& r
|
||||
// 18. Append locationURL to request’s URL list.
|
||||
request->url_list().append(location_url);
|
||||
|
||||
// FIXME: 19. Invoke set request’s referrer policy on redirect on request and internalResponse.
|
||||
// 19. Invoke set request’s referrer policy on redirect on request and internalResponse.
|
||||
ReferrerPolicy::set_request_referrer_policy_on_redirect(request, internal_response);
|
||||
|
||||
// 20. Let recursive be true.
|
||||
auto recursive = Recursive::Yes;
|
||||
|
||||
Reference in New Issue
Block a user