diff --git a/netwerk/protocol/rtsp/RtspHandler.cpp b/netwerk/protocol/rtsp/RtspHandler.cpp index 5cff6ff5e719..09eb770fff66 100644 --- a/netwerk/protocol/rtsp/RtspHandler.cpp +++ b/netwerk/protocol/rtsp/RtspHandler.cpp @@ -40,8 +40,8 @@ RtspHandler::GetDefaultPort(int32_t *aDefaultPort) NS_IMETHODIMP RtspHandler::GetProtocolFlags(uint32_t *aProtocolFlags) { - *aProtocolFlags = URI_NORELATIVE | URI_NOAUTH | URI_INHERITS_SECURITY_CONTEXT | - URI_LOADABLE_BY_ANYONE | URI_NON_PERSISTABLE | URI_SYNC_LOAD_IS_OK; + *aProtocolFlags = URI_NORELATIVE | URI_NOAUTH | URI_LOADABLE_BY_ANYONE | + URI_NON_PERSISTABLE | URI_SYNC_LOAD_IS_OK; return NS_OK; }