Disable legacy media now by default.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
@@ -1305,9 +1305,8 @@ pub struct Config {
|
|||||||
///
|
///
|
||||||
/// The authenticated equivalent endpoints are always enabled.
|
/// The authenticated equivalent endpoints are always enabled.
|
||||||
///
|
///
|
||||||
/// Defaults to true for now, but this is highly subject to change, likely
|
/// Defaults to false.
|
||||||
/// in the next release.
|
#[serde(default)]
|
||||||
#[serde(default = "true_fn")]
|
|
||||||
pub allow_legacy_media: bool,
|
pub allow_legacy_media: bool,
|
||||||
|
|
||||||
#[serde(default = "true_fn")]
|
#[serde(default = "true_fn")]
|
||||||
|
|||||||
@@ -1126,10 +1126,9 @@
|
|||||||
#
|
#
|
||||||
# The authenticated equivalent endpoints are always enabled.
|
# The authenticated equivalent endpoints are always enabled.
|
||||||
#
|
#
|
||||||
# Defaults to true for now, but this is highly subject to change, likely
|
# Defaults to false.
|
||||||
# in the next release.
|
|
||||||
#
|
#
|
||||||
#allow_legacy_media = true
|
#allow_legacy_media = false
|
||||||
|
|
||||||
# This item is undocumented. Please contribute documentation for it.
|
# This item is undocumented. Please contribute documentation for it.
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user