diff --git a/source b/source
index 8966f3b8e89..fb126a4a7af 100644
--- a/source
+++ b/source
@@ -98093,6 +98093,14 @@ interface NotRestoredReasons {
RTCDataChannel
was shut down, so the page was not in a state that could be stored in
the back/forward cache. WEBRTC
+
rtc-used-with-cache-control-no-store
"Document
was created from an HTTP response whose
+ `Cache-Control
` header included the
+ "no-store
" token, and it has created a RTCPeerConnection
or
+ RTCDataChannel
which might be used to receive sensitive information, so the page was
+ not in a state that could be stored in the back/forward cache.
+ HTTP WEBRTCsensors
"Document
requested sensor
access.Document
used the Web Share API's navigator.share()
method.websocket-used-with-cache-control-no-store
"Document
was created from an HTTP response whose
+ `Cache-Control
` header included the
+ "no-store
" token, and it has created a WebSocket
connection
+ which might be used to receive sensitive information, so the page was not in a state that could be
+ stored in the back/forward cache. HTTP WEBSOCKETSwebtransport
"WebTransport
connection was shut down, so the page was not in a state that could be stored in the back/forward cache. WEBTRANSPORTwebtransport-used-with-cache-control-no-store
"Document
was created from an HTTP response whose
+ `Cache-Control
` header included the
+ "no-store
" token, and it has created a WebTransport
connection
+ which might be used to receive sensitive information, so the page was not in a state that could be
+ stored in the back/forward cache. HTTP WEBTRANSPORTwebxrdevice
"Document
created a XRSystem
.