This morning I got loads of javascript errors:
ReferenceError: _isMatchingDomain is not defined at parseCookie
at HTMLDocument.set [as cookie]
Variable _isMatchingDomain
is not on our website and is ing only
from certain browsers:
Mozilla/5.0 (X11; Linux x86_64)
AppleWebKit/537.36 (KHTML, like Gecko)
Chrome/61.0.3163.100
Safari/537.36
Additional information from ments below:
The IPs triggering the error seem to be owned by Facebook. Possibly a Facebook crawler? (Chris Morbitzer)
The referrer URLs are all from Facebook (Rob Wierzbowski)
Does anyone know the source of this error, if it affects users, and how to fix?
This morning I got loads of javascript errors:
ReferenceError: _isMatchingDomain is not defined at parseCookie
at HTMLDocument.set [as cookie]
Variable _isMatchingDomain
is not on our website and is ing only
from certain browsers:
Mozilla/5.0 (X11; Linux x86_64)
AppleWebKit/537.36 (KHTML, like Gecko)
Chrome/61.0.3163.100
Safari/537.36
Additional information from ments below:
The IPs triggering the error seem to be owned by Facebook. Possibly a Facebook crawler? (Chris Morbitzer)
The referrer URLs are all from Facebook (Rob Wierzbowski)
Does anyone know the source of this error, if it affects users, and how to fix?
Share Improve this question edited Jun 20, 2020 at 9:12 CommunityBot 11 silver badge asked Sep 13, 2018 at 12:08 VikramVikram 2802 silver badges6 bronze badges 5- 2 Could it be related to the AdBlock plugin? See fossies/linux/eric6/eric/Documentation/Source/… – rodrigoap Commented Sep 13, 2018 at 12:16
- It is really impossible for us to answer this. – epascarello Commented Sep 13, 2018 at 12:34
- 2 Getting the same thing all of the sudden