Ich habe gerade einen Blick in meine Bug-Tracking-Software geworfen und viele clientseitige Fehler festgestellt, die folgendermaßen aussehen:
SecurityError SecurityError (DOM Exception 18): Blocked a frame with origin "https://example.com" from accessing a frame with origin "https://staticxx.facebook.com". The frame being accessed set "document.domain" to "facebook.com", but the frame requesting access did not. Both must set "document.domain" to the same value to allow access.
https://example.com/path:1:368 hasPasswordField_
https://example.com/path:1:499 hasPasswordField_
https://example.com/path:1:173 findPasswordForms
https://example.com/path:10:27 global code
Meine Website hat kein JavaScript mit den Funktionen findPasswordForms
oder hasPasswordField_
. Betrachtet ein Skript von Facebook das DOM meiner Website und versucht, Kennwortfelder zu finden?