Code: Select all
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<base href="https://XXXXX /">
<title>Example</title>
<link href="Layout/standard.css" type="text/css" title="Example" rel="stylesheet">
</head>
<body>Code: Select all
@import url( "standard2.css" );
@import url( "standard3.css" );This behaviour only occurs if I use a short URL (https://hostname/...). If I use a fully qualified URL (https://hostname.mynet.com/...) all css files are loaded.
Why is noscript blocking this? Is there a known security problem?