diff --git a/src/core/web_engine_context.cpp b/src/core/web_engine_context.cpp
index a42565c2bdcf0a98edaeb60b539a9d85690f406f..e570cd7f8c97336a2096dff585d203dad5125bc6 100644
--- a/src/core/web_engine_context.cpp
+++ b/src/core/web_engine_context.cpp
@@ -507,8 +507,6 @@ WebEngineContext::WebEngineContext()
     appendToFeatureList(enableFeatures, features::kAllowContentInitiatedDataUrlNavigations.name);
     // The video-capture service is not functioning at this moment (since 69)
     appendToFeatureList(disableFeatures, features::kMojoVideoCapture.name);
-    // Breaks WebEngineNewViewRequest.userInitiated API (since 73)
-    appendToFeatureList(disableFeatures, features::kUserActivationV2.name);
 
     // We do not yet support the network-service, but it is enabled by default since 75.
     appendToFeatureList(disableFeatures, network::features::kNetworkService.name);