icecat: add release icecat-140.8.0-2 for aramo
This commit is contained in:
parent
d9a6c0aa96
commit
d570f39e11
616 changed files with 39955 additions and 33937 deletions
|
|
@ -20,7 +20,7 @@ add_task(async function () {
|
|||
store.dispatch(Actions.batchEnable(false));
|
||||
|
||||
// Execute requests.
|
||||
await performRequests(monitor, tab, 12);
|
||||
await performRequests(monitor, tab, 13);
|
||||
|
||||
const requestListItems = document.querySelectorAll(
|
||||
".network-monitor .request-list-item"
|
||||
|
|
@ -49,7 +49,7 @@ add_task(async function () {
|
|||
await testRequestWithFormattedView(
|
||||
monitor,
|
||||
requestListItems[2],
|
||||
"?foo",
|
||||
"foo",
|
||||
"bar=123=xyz",
|
||||
"?foo=bar=123=xyz",
|
||||
1
|
||||
|
|
@ -92,6 +92,14 @@ add_task(async function () {
|
|||
'{ "foo": "bar" }',
|
||||
1
|
||||
);
|
||||
await testRequestWithFormattedView(
|
||||
monitor,
|
||||
requestListItems[12],
|
||||
"__proto__",
|
||||
"evil_value",
|
||||
"__proto__=evil_value",
|
||||
1
|
||||
);
|
||||
|
||||
await teardown(monitor);
|
||||
});
|
||||
|
|
|
|||
|
|
@ -326,10 +326,10 @@ function testEscapeStringWin() {
|
|||
"Percent signs should be escaped."
|
||||
);
|
||||
|
||||
const backslashes = "\\A simple string\\";
|
||||
const backslashes = " - \\A simple string\\ - ";
|
||||
is(
|
||||
CurlUtils.escapeStringWin(backslashes),
|
||||
'^\"^\\A simple string^\\^\"',
|
||||
'^\" - ^\\^\\A simple string^\\^\\ - ^\"',
|
||||
"Backslashes should be escaped."
|
||||
);
|
||||
|
||||
|
|
|
|||
|
|
@ -71,6 +71,7 @@
|
|||
await get("baz", "?species=in=(52,60)");
|
||||
await get("baz", "?a=&a=b");
|
||||
await get("baz", "?a=b&a=c&d=1");
|
||||
await post("baz", "", urlencoded, "__proto__=evil_value");
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue