mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 06:23:03 +03:00
fixes #789 - Security Issue: API allows access to any folder of the PC running MediaBrowser
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
using MediaBrowser.Controller.Dto;
|
||||
using MediaBrowser.Controller.Entities;
|
||||
using MediaBrowser.Controller.Library;
|
||||
using MediaBrowser.Controller.Net;
|
||||
using MediaBrowser.Controller.Persistence;
|
||||
using MediaBrowser.Model.Dto;
|
||||
using ServiceStack;
|
||||
@@ -51,6 +52,7 @@ namespace MediaBrowser.Api
|
||||
/// <summary>
|
||||
/// Class GamesService
|
||||
/// </summary>
|
||||
[Authenticated]
|
||||
public class GamesService : BaseApiService
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user