Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Dave L.

Pages: [1]
1
When visiting the homepage Chrome's developer tools console is reporting
  • Uncaught DOMException: Failed to set the 'domain' property on 'Document': 'www.happymeeple.com' is not a suffix of '4.ape2.happymeeple.com'.
  • Uncaught DOMException: Blocked a frame with origin "https://www.happymeeple.com" from accessing a cross-origin frame.
which I think is caused by this update in Chrome v115: https://developer.chrome.com/blog/document-domain-setter-deprecation/

The code in https://4.ape2.happymeeple.com:8442/?[{%22cmd%22:%22script%22,%22params%22:{%22domain%22:%22www.happymeeple.com%22,%22scripts%22:[%22https://www.happymeeple.com/ape-jsf/Source/ape_jsf_v2.min%22]}}] does start with

<script>
   document.domain="www.happymeeple.com"
</script>

and Chrome is flagging that line as the first DOMException.

Hope this helps,

Dave.

Pages: [1]