Skip to content

Commit f8a22e4

Browse files
committed
Firefox 149, Chrome 147
1 parent 4a3bc92 commit f8a22e4

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

src/main/java/org/htmlunit/BrowserVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ public final class BrowserVersion implements Serializable {
236236
HttpHeader.ACCEPT_ENCODING,
237237
HttpHeader.ACCEPT_LANGUAGE,
238238
HttpHeader.COOKIE};
239-
EDGE.acceptLanguageHeader_ = "en-US,en;q=0.5";
239+
EDGE.acceptLanguageHeader_ = "en-US,en;q=0.9";
240240
EDGE.htmlAcceptHeader_ = "text/html,application/xhtml+xml,application/xml;"
241241
+ "q=0.9,image/avif,image/webp,image/apng,*/*;"
242242
+ "q=0.8,application/signed-exchange;v=b3;q=0.7";

src/test/java/org/htmlunit/HttpWebConnection3Test.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ public void queryString() throws Exception {
426426
"Host: localhost:§§PORT§§",
427427
"User-Agent: §§USER_AGENT§§",
428428
"Accept: §§ACCEPT§§",
429-
"Accept-Language: en-US,en;q=0.5",
429+
"Accept-Language: en-US,en;q=0.9",
430430
"Accept-Encoding: gzip, deflate, br",
431431
"Connection: keep-alive",
432432
"Referer: http://localhost:§§PORT§§/",
@@ -626,7 +626,7 @@ public void formGet() throws Exception {
626626
"Host: localhost:§§PORT§§",
627627
"User-Agent: §§USER_AGENT§§",
628628
"Accept: §§ACCEPT§§",
629-
"Accept-Language: en-US,en;q=0.5",
629+
"Accept-Language: en-US,en;q=0.9",
630630
"Accept-Encoding: gzip, deflate, br",
631631
"Connection: keep-alive",
632632
"Referer: http://localhost:§§PORT§§/",
@@ -803,7 +803,7 @@ public void formPost() throws Exception {
803803
"Host: localhost:§§PORT§§",
804804
"User-Agent: §§USER_AGENT§§",
805805
"Accept: §§ACCEPT§§",
806-
"Accept-Language: en-US,en;q=0.5",
806+
"Accept-Language: en-US,en;q=0.9",
807807
"Accept-Encoding: gzip, deflate, br",
808808
"Connection: keep-alive",
809809
"Referer: http://localhost:§§PORT§§/",
@@ -961,7 +961,7 @@ public void anchor() throws Exception {
961961
"Host: localhost:§§PORT§§",
962962
"User-Agent: §§USER_AGENT§§",
963963
"Accept: §§ACCEPT§§",
964-
"Accept-Language: en-US,en;q=0.5",
964+
"Accept-Language: en-US,en;q=0.9",
965965
"Accept-Encoding: gzip, deflate, br",
966966
"Connection: keep-alive",
967967
"Referer: http://localhost:§§PORT§§/",
@@ -1119,7 +1119,7 @@ public void locationSetHref() throws Exception {
11191119
"Host: localhost:§§PORT§§",
11201120
"User-Agent: §§USER_AGENT§§",
11211121
"Accept: §§ACCEPT§§",
1122-
"Accept-Language: en-US,en;q=0.5",
1122+
"Accept-Language: en-US,en;q=0.9",
11231123
"Accept-Encoding: gzip, deflate, br",
11241124
"Connection: keep-alive",
11251125
"Referer: http://localhost:§§PORT§§/",
@@ -1271,7 +1271,7 @@ public void locationSetSearch() throws Exception {
12711271
"Host: localhost:§§PORT§§",
12721272
"User-Agent: §§USER_AGENT§§",
12731273
"Accept: §§ACCEPT§§",
1274-
"Accept-Language: en-US,en;q=0.5",
1274+
"Accept-Language: en-US,en;q=0.9",
12751275
"Accept-Encoding: gzip, deflate, br",
12761276
"Connection: keep-alive",
12771277
"Referer: http://localhost:§§PORT§§/",
@@ -1423,7 +1423,7 @@ public void loadJavascript() throws Exception {
14231423
"Host: localhost:§§PORT§§",
14241424
"User-Agent: §§USER_AGENT§§",
14251425
"Accept: §§ACCEPT§§",
1426-
"Accept-Language: en-US,en;q=0.5",
1426+
"Accept-Language: en-US,en;q=0.9",
14271427
"Accept-Encoding: gzip, deflate, br",
14281428
"Connection: keep-alive",
14291429
"Referer: http://localhost:§§PORT§§/",

0 commit comments

Comments
 (0)