This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 253267 - mixed content on nb bugzilla web site because of cse
Summary: mixed content on nb bugzilla web site because of cse
Status: RESOLVED WORKSFORME
Alias: None
Product: www
Classification: Unclassified
Component: Web Content (show other bugs)
Version: 8.1
Hardware: PC Other
: P3 normal (vote)
Assignee: Jan Pirek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-30 15:40 UTC by skygo
Modified: 2015-08-27 15:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description skygo 2015-06-30 15:40:47 UTC
Hi,

 on the the bugzilla website inclusion of cse break the secure lock because of mixed content. (Firefox browser) 

If it's possible to change the following code:
   <script type="text/javascript" src="//www.google.com/coop/cse/brand?form=cse-search-box&lang=en"></script>

to this one:
 <script type="text/javascript" src="https://cse.google.com/brand?form=cse-search-box"></script>

the netbeans bugzilla site may retrieve the lock (green badge :p ) again.

Regards
Comment 1 skygo 2015-08-27 15:55:07 UTC
It's working now on both firefox and chrome. Unaware if change were made.