Fix: SignalR Authorize & Firefox Compatibility
Changes in architecture to support authorization and temporary workaround for NTLM in Firefox (to be removed in SignalR 2.x). Thanks to @davidfowl
This commit is contained in:
@@ -8,7 +8,7 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace Disco.BI.Interop.SignalRHandlers
|
||||
{
|
||||
public class RepositoryMonitorNotifications : PersistentConnection
|
||||
public class RepositoryMonitorNotifications : AdminAuthorizedPersistentConnection
|
||||
{
|
||||
public static void Initialize()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user