mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-25 22:36:59 -04:00
Fixed: Removing torcache url query params to avoid redirect.
fixes #799 Removing query param was cleaner coz it avoids spoofing the referrer.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace NzbDrone.Common.Http
|
||||
{
|
||||
public interface IHttpRequestInterceptor
|
||||
{
|
||||
HttpRequest PreRequest(HttpRequest request);
|
||||
HttpResponse PostResponse(HttpResponse response);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user