[thelist] To have an SSL Certificate or Not?

Simon MacDonald simonmacdonald at uk2.net
Tue Dec 1 10:06:24 CST 2009


Global variables are assigned to the windows object so var aaa = null; is a
shortcut assignment for windows.aaa. The following code will list everything
in the windows object including variables. If you have a naming convention
you may be able to regex them out?

  <script type="text/javascript">  
		var aaa = null;
		var bbb = null;
		var globals = [];
		
		for (var n in window) {             
		  globals.push(n);
		}
		
		alert( globals.sort().join('  ') );   

  </script>

Not sure if this really helps, though. :)

Simon

-----Original Message-----
From: thelist-bounces at lists.evolt.org
[mailto:thelist-bounces at lists.evolt.org] On Behalf Of Barney Carroll
Sent: 01 December 2009 1:11 PM
To: thelist at lists.evolt.org
Subject: Re: [thelist] To have an SSL Certificate or Not?

Internet shopping is so ubiquitous, and https is never something I check
for, except, as Fred says, when I'm handing over sensitive data, at which
point I want to know who's getting it and make sure that they are getting it
exclusively. Having PayPal and Moneybookers takes all that out of your
hands, and you've effectively outsourced your security and trust concerns to
them (no bad thing).

Regards,
Barney Carroll

barney.carroll at gmail.com
07594 506 381


2009/12/1 Fred Jones <fredthejonester at gmail.com>

> > Do you guess that to give an extra level of security and also a feel
that
> > the site is to be trusted, I should go for an SSL certificate.
>
> No, I personally don't think anyone notices or cares about SSL unless
> they're submitting a CC number or other sensitive info. I myself don't
> notice nor care anyhow.
>
> F
> --
>
> * * Please support the community that supports you.  * *
> http://evolt.org/help_support_evolt/
>
> For unsubscribe and other options, including the Tip Harvester
> and archives of thelist go to: http://lists.evolt.org
> Workers of the Web, evolt !
>
-- 

* * Please support the community that supports you.  * *
http://evolt.org/help_support_evolt/

For unsubscribe and other options, including the Tip Harvester 
and archives of thelist go to: http://lists.evolt.org 
Workers of the Web, evolt ! 
 

__________ Information from ESET Smart Security, version of virus signature
database 4651 (20091201) __________

The message was checked by ESET Smart Security.

http://www.eset.com
 
 

__________ Information from ESET Smart Security, version of virus signature
database 4651 (20091201) __________

The message was checked by ESET Smart Security.

http://www.eset.com
 




More information about the thelist mailing list