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
* RequestInterceptor does **not** intercept sub-resources
276
+
277
+
### Desktop
278
+
273
279
* Desktop UA change recreates the WebView
274
280
281
+
### WasmJs
282
+
283
+
* Navigation back and forward is not available in the IFrame.
284
+
* The IFrame will work only if the target website has appropriately configured its CORS.
285
+
* JS can be executed only on the same origin.
286
+
* Cookies can be set only for the parent destination (when the destination of the iframe is the same as the parent destination - cookies can be set. Otherwise, they will be ignored (there is a hack for it, but it is not a clean solution then https://developer.mozilla.org/en-US/docs/Web/API/Document/cookie#security)
0 commit comments