From d9ff917f15b1b444c84b8a73ad8b3770321c72d4 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Sun, 7 Jul 2024 03:07:29 +0200 Subject: [PATCH] Issue #2542 - Part 9: Remove TODO comment. From our understanding of the spec, our current implementation is feature-complete. --- netwerk/protocol/http/SecFetch.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/netwerk/protocol/http/SecFetch.cpp b/netwerk/protocol/http/SecFetch.cpp index cd6ce30bbb..9b4270c0c6 100644 --- a/netwerk/protocol/http/SecFetch.cpp +++ b/netwerk/protocol/http/SecFetch.cpp @@ -286,8 +286,6 @@ void SecFetch::AddSecFetchUser(nsIHttpChannel* aHTTPChannel) { userInitiated = true; } - // TODO: Implement content interaction - nsAutoCString user("?1"); if (userInitiated) {