Create an account

Very important

  • To access the important data of the forums, you must be active in each forum and especially in the leaks and database leaks section, send data and after sending the data and activity, data and important content will be opened and visible for you.
  • You will only see chat messages from people who are at or below your level.
  • More than 500,000 database leaks and millions of account leaks are waiting for you, so access and view with more activity.
  • Many important data are inactive and inaccessible for you, so open them with activity. (This will be done automatically)


Thread Rating:
  • 288 Vote(s) - 3.56 Average
  • 1
  • 2
  • 3
  • 4
  • 5
A parser-blocking, cross site (i.e. different eTLD+1) script, is invoked via document.write warning

#1
When I look at my site's console, I see in Chrome the following warning:

```bash
A parser-blocking, cross site (i.e. different eTLD+1) script,

[To see links please register here]

-
provider.com/trustlogo/javascript/trustlogo.js, is invoked via document.write.
The network request for this script MAY be blocked by the browser in this or a
future page load due to poor network connectivity. If blocked in this page load,
it will be confirmed in a subsequent console message. See

[To see links please register here]

for more details.
```

What is triggering this is the Sectigo's trust logo. You can see this warning on their [site][1] too.

Also I am using the same code as they have offered on their site in my page:

```jscript
<script type="text/javascript"> //<![CDATA[
var tlJsHost = ((window.location.protocol == "https:") ? "https://secure.trust-provider.com/" : "http://www.trustlogo.com/");
document.write(unescape("%3Cscript src='" + tlJsHost + "trustlogo/javascript/trustlogo.js' type='text/javascript'%3E%3C/script%3E"));
//]]></script>
<script language="JavaScript" type="text/javascript">
TrustLogo("https://sectigo.com/images/seals/sectigo_trust_seal_lg_2x.png", "SECEV", "none");
</script>
```

Can anyone help please to fix this warning? Thank you.


[1]:

[To see links please register here]

Reply

#2
Instead of invoking the script using `document.write` try to include it normally :

<script type='text/javascript' src='https://secure.trust-provider.com/trustlogo/javascript/trustlogo.js'></script>

<script type='text/javascript'>
TrustLogo("https://sectigo.com/images/seals/sectigo_trust_seal_lg_2x.png", "SECEV", "none");
</script>
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

©0Day  2016 - 2023 | All Rights Reserved.  Made with    for the community. Connected through