[banshee] [Browser] Use a slash in the user-agent (BGO#606669)



commit b782f4fad9e8ca20347947bffa788e8b0cceb698
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date:   Mon Jan 11 23:28:32 2010 +0100

    [Browser] Use a slash in the user-agent (BGO#606669)
    
    This is compliant with RFCs 1945 and 2068.

 src/Core/Banshee.Services/Banshee.Web/Browser.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Core/Banshee.Services/Banshee.Web/Browser.cs b/src/Core/Banshee.Services/Banshee.Web/Browser.cs
index f067af0..e76af48 100644
--- a/src/Core/Banshee.Services/Banshee.Web/Browser.cs
+++ b/src/Core/Banshee.Services/Banshee.Web/Browser.cs
@@ -65,7 +65,7 @@ namespace Banshee.Web
             }
         }
 
-        public static readonly string UserAgent = String.Format ("Banshee {0} (http://banshee-project.org/)",
+        public static readonly string UserAgent = String.Format ("Banshee/{0} (http://banshee-project.org/)",
             Application.Version);
     }
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]