Browsers fail to open linked Dreamweaver pages
How can I fix the problem when Browsers fail to open linked pages?
This is the error message:
<<<<<<<
<!-- LOCALIZERS: Each localizable piece of the page is marked with a comment -->
<html>
<head>
<link rel=stylesheet type="text/css" href="page-load-errors.css">
<link rel=stylesheet type="text/css" href="page-load-errors-extras.css">
<!-- LOCALIZERS: You might want to change the font family. You can also add styles to override sizes, etc. -->
<style>
body {font-family:'-apple-system-font';}
</style>
<!-- LOCALIZERS: The next line contains the page title that appears in the window's title bar -->
<title>Failed to open page</title>
</head>
<body>
<div class="content-container">
<div class="error-container">
<div class="text-container">
<!-- Main title here. -->
<p class="error-title">Safari Can’t Open the Page</p>
</div>
<div class="text-container">
<!-- Error message here. -->
<p class="error-message">Safari can’t open the page.
The error is: “The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 1.)” (kCFErrorDomainCFNetwork:1)</p>
>>>>>>
Is this happening because I am using Adobe Edge Fonts:
>>>>>
" var __adobewebfontsappname__="dreamweaver"</script><script src="https://use.edgefonts.net/source-sans-pro:n4,n6,i7,i2,n2:default.js" type="text/javascript"> " ?
Also:
It is very remiss of Adobe to serve their Edge Web Fonts from an insecure HTTP server.
Most browsers now block any site which contains any http code — all code MUST now be of the httpS variety.
This error needs to be fixed immediately in all Adobe software which can access and use Webfonts and Edge fonts.
( I was able to find "https://use.edgefonts.net" after an internet Search but that is not the source which DW 2020 loads by default!!)
