You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: js/links.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
window.addEventListener("load",()=>{
2
2
letul=h("ul");
3
3
ul.append(
4
-
h("li",{},h("a",{href: "https://delta.chat"},"Normal link: https://delta.chat (should work if sent in Saved Messages chat due to request_internet_access property set in manifest)")),
4
+
h("li",{},h("a",{href: "https://delta.chat"},"Normal link: https://delta.chat (should be blocked)")),
constifrmExplain=h("p",{},"If this app was sent in the Saved Messages chat, due to request_internet_access set in manifest, the next iframe should load https://delta.chat from Internet:");
30
+
constifrmExplain=h("p",{},"iframe: should be blocked and not load https://delta.chat from Internet:");
0 commit comments