Warning : HTML 1300 Navigation occured?

2020-08-27 05:01发布

问题:

I have loaded my site in Microsoft Edge version 25.10586.0.0 and SmartScreen is telling me that the site might be fake.

This warning is new on the site. The console log shows;

HTML1300: Navigation occured.
example.com

example.com is my domain name.

I am using JQuery on my site as well as JavaScript Promise functions but the problem appeared after I added file download with Ajax promise function.

The warning shows right off the main page!

What could be causing this?

回答1:

From their website:

HTML1300

"Navigation occurred"

A new page was navigated to, or the current page was refreshed.

This is an informational message and not an error. To filter this message, right click the console pane, click Filter, and then uncheck Info.

In other words: I wouldn't be too worried about it if I were you.

UPDATE

Effectively this is an open issue on the Microsoft Edge developer teams plate, and has been for quite some time. One of the many tickets can be seen here: https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/13246371/

That said, there's not much you can do until they fix Edge to follow the specs, so still, there's not much you can do.