Page 1 of 1

Loading of css is blocked if hostname is not fully qualified

Posted: Wed May 30, 2012 2:30 pm
by jpwilhelms
Inside a web page I have the following snippet:

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>
The referenced page standard.css looks like this:

Code: Select all

@import url( "standard2.css" );
@import url( "standard3.css" );
After upgrading the noscript plugin (version 2.4.3) within Firfefox ESR 10.0.4 the css pages standard.css, standard2.css and standard3.css are not loaded anymore. With an earlier version of noscript everything worked as expected.

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?

Re: Loading of css is blocked if hostname is not fully quali

Posted: Wed May 30, 2012 8:57 pm
by therube

Re: Loading of css is blocked if hostname is not fully quali

Posted: Thu May 31, 2012 7:08 am
by jpwilhelms
The current development version (2.4.4rc1) does not solve the problem.

Re: Loading of css is blocked if hostname is not fully quali

Posted: Thu May 31, 2012 7:20 am
by therube
Just to confirm, NoScript 2.4.2 does work?

If so, could be a related side issue that needs fixing?

Re: Loading of css is blocked if hostname is not fully quali

Posted: Thu May 31, 2012 1:26 pm
by Giorgio Maone
Does looking your Error Console (Ctrl+Shift+J) for [NoScript] and [ABE] lines yield any interesting result?