joeblack9988 / slideshow

Automatically exported from code.google.com/p/slideshow
0 stars 0 forks source link

Error Security error" code: "1000 in Firefox #204

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I get this error in firefox using your current version of slideshow 2 and I 
detect than When I upload this control to my linux web server, appears thie 
error on firefox

Security error" code: "1000

and the problem happens only if I wrote my website with no www.

So I solve this adding to my .htaccess file the next  fewlines

Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_HOST} ^domain\.com$
RewriteRule ^(.*)$ http://www.domain.com/$1 [R=301,L]

I share this solution for all users, thank you.

Original issue reported on code.google.com by xmediaso...@gmail.com on 13 Jun 2011 at 5:58

GoogleCodeExporter commented 8 years ago

Original comment by aeron.gl...@gmail.com on 11 Jul 2011 at 3:39

GoogleCodeExporter commented 8 years ago
Í got the same "Security error"  code: "1000" nsresult: "0x805303e8 
(NS_ERROR_DOM_SECURITY_ERR)" on Firefox 6.0 using Slideshow-1.3.2.110508. I was 
using kenburns effect. 

In this case the error occurred when mootools was accessing the CSS files and 
the href attribute of <link> tag contained ".." in the beginning of the path. 
On IE it worked without problems.

Original comment by rasj...@gmail.com on 19 Aug 2011 at 4:57