summaryrefslogtreecommitdiff
path: root/core/tab.vala
diff options
context:
space:
mode:
Diffstat (limited to 'core/tab.vala')
-rw-r--r--core/tab.vala4
1 files changed, 1 insertions, 3 deletions
diff --git a/core/tab.vala b/core/tab.vala
index e920d864..5bb4e492 100644
--- a/core/tab.vala
+++ b/core/tab.vala
@@ -56,9 +56,7 @@ namespace Midori {
Object (related_view: related, web_context: web_context, visible: true);
var settings = get_settings ();
- settings.set_user_agent_with_application_details (
- Config.PROJECT_NAME, Config.CORE_VERSION);
- settings.user_agent = settings.user_agent.replace ("Version/11.0", "Chrome/55.0.2876.0");
+ settings.user_agent = Config.CORE_USER_AGENT;
settings.enable_developer_extras = true;
if (pinned) {