Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Quiñones <manuq@laptop.org>2012-10-12 13:17:17 (GMT)
committer Manuel Quiñones <manuq@laptop.org>2012-10-12 13:17:17 (GMT)
commit6901af4e130dd3e11c09e92d5229fa2d95b52788 (patch)
tree5dfd261c8fe0c3aada97517b2fa6e67e569dff3a
parent0c503aaa14f6d4c300603ea463eb070f0a7733ed (diff)
Remove space in UserAgent - SL #3631
This is safer because the space could be used for separating the parts of the user agent. The change in ASLO has been made: http://git.sugarlabs.org/slo-activities/mainline/commit/f0299da4794371ac5cc4df15be2e8b965313ecf8 Signed-off-by: Manuel Quiñones <manuq@laptop.org>
-rw-r--r--browser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/browser.py b/browser.py
index 4488580..8b3463a 100644
--- a/browser.py
+++ b/browser.py
@@ -465,7 +465,7 @@ class Browser(WebKit.WebView):
web_settings = self.get_settings()
# Add SugarLabs user agent:
- identifier = ' Sugar Labs/' + self.CURRENT_SUGAR_VERSION
+ identifier = ' SugarLabs/' + self.CURRENT_SUGAR_VERSION
web_settings.props.user_agent += identifier
# Change font size based in the GtkSettings font size. The