Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

about:blank requests Safari #659

Open
pete-redmond-cko opened this issue May 12, 2021 · 3 comments
Open

about:blank requests Safari #659

pete-redmond-cko opened this issue May 12, 2021 · 3 comments

Comments

@pete-redmond-cko
Copy link

Scenario

Steps to reproduce

Screenshot 2021-05-12 at 10 14 56

Is it possible to suppress these empty requests?

@Finesse
Copy link
Member

Finesse commented May 12, 2021

I haven’t searched for ways to suppress the requests in the network tab. I don’t consider it as a problem. The requests are produced by iframes used to encapsulate DOM elements from the page CSS. Do you have an idea for a solution?

Also Safari shows twice more about:blank requests than there are actually.

@Finesse
Copy link
Member

Finesse commented May 12, 2021

Some problems that the iframes (producing the about:blank requests) solve:

We can make a non-iframe solution specially for Safari, but it will increase the complexity of the code and decrease the stability. So, we need to make sure that many people have this issue before making the change.

@Finesse
Copy link
Member

Finesse commented Jun 3, 2021

A potential solution is creating iframes with a fake custom URL scheme, e.g. iframe.src = 'ieuuaskl:'. A quick test shows that it leaves no traces.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants