SCIENTIFIC-LINUX-USERS Archives

January 2017

SCIENTIFIC-LINUX-USERS@LISTSERV.FNAL.GOV

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Bill Maidment <[log in to unmask]>
Reply To:
Bill Maidment <[log in to unmask]>
Date:
Wed, 1 Feb 2017 12:51:05 +1100
Content-Type:
text/plain
Parts/Attachments:
text/plain (28 lines)
Further information:

The PHP script creates a PDF temporary file (which succeeds) and passes that file to the browser to display it as follows.

header('Content-Type: application/pdf');
readfile($sTempFile);

But all I get is a Save popup for the PHP script.

 
 
-----Original message-----
> From:Bill Maidment <[log in to unmask]>
> Sent: Wednesday 1st February 2017 12:38
> To: [log in to unmask] <[log in to unmask]>
> Subject: PHP issue with Firefox-45.7.0-1.el7_3.x86_64
> 
> Hi gang
> I am having trouble running an onclick PHP script on an internal web site using the latest Firefox browser. The site was running OK prior to upgrading to 7.3.
> I see lots of errors in the Browser Console like:
> NS_ERROR_FAILURE: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIURI.host]
> and pointing to contentPolicy.js line 182 (see attached image of that part of the js)
> 
> Is this some new security check? Has anyone else seen something similar?
> 
> Cheers
> Bill Maidment

ATOM RSS1 RSS2