Skip to content

Commit e70698b

Browse files
author
Thierry Boileau
committed
Updated user agent tunnelling configuration.
1 parent 98651bc commit e70698b

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

modules/org.restlet/src/org/restlet/data/agent.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ Mozilla/{mozillaVersion} ({agentOsShortName}; {agentOs}) AppleWebKit/{appleWebKi
2828
#Konqueror
2929
Mozilla/{mozillaVersion} (compatible; {agentName}/{commentAttribute}; {agentOs}{facultativeData}) KHTML/{agentVersion} ({agentComment})
3030
Mozilla/{mozillaVersion} (compatible; {agentName}/{commentAttribute}; {agentOs}{facultativeData}) KHTML/{agentVersion}
31+
#Chromium
32+
Mozilla/{mozillaVersion} (X11; {osData}) AppleWebKit/{webkitVersion} (KHTML{facultativeData}) {agentOs}/{osVersion} {agentName}/{agentVersion} Chrome/{chromeVersion} Safari/{safariVersion}
3133
#Misc
3234
{agentName}/{agentVersion}
3335
{agentName}/{agentVersion} ({agentComment})

modules/org.restlet/src/org/restlet/service/accept.properties

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,9 @@ acceptNew: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
1717
agentName: chrome
1818
acceptOld:
1919
acceptNew: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
20+
21+
#Chromium
22+
agentName: chromium
23+
acceptOld:
24+
acceptNew: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
25+

0 commit comments

Comments
 (0)