diff options
Diffstat (limited to 'OpenSim/Framework/ServiceAuth/DisallowLlHttpRequest.cs')
-rw-r--r-- | OpenSim/Framework/ServiceAuth/DisallowLlHttpRequest.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Framework/ServiceAuth/DisallowLlHttpRequest.cs b/OpenSim/Framework/ServiceAuth/DisallowLlHttpRequest.cs index 1e1ee56..e0c413b 100644 --- a/OpenSim/Framework/ServiceAuth/DisallowLlHttpRequest.cs +++ b/OpenSim/Framework/ServiceAuth/DisallowLlHttpRequest.cs | |||
@@ -33,6 +33,8 @@ namespace OpenSim.Framework.ServiceAuth | |||
33 | { | 33 | { |
34 | public class DisallowLlHttpRequest : IServiceAuth | 34 | public class DisallowLlHttpRequest : IServiceAuth |
35 | { | 35 | { |
36 | public string Name { get { return "DisallowllHTTPRequest"; } } | ||
37 | |||
36 | public void AddAuthorization(NameValueCollection headers) {} | 38 | public void AddAuthorization(NameValueCollection headers) {} |
37 | 39 | ||
38 | public bool Authenticate(string data) | 40 | public bool Authenticate(string data) |