[jQuery] Re: ajax request on local machine and FF3/Firebug "Access to restricted URI denied code: 1012"

2009-02-27 Thread jQuery Lover
You can read more about the "Access to restricted URI denied" code: "1012" error here: http://jquery-howto.blogspot.com/2008/12/access-to-restricted-uri-denied-code.html On Sat, Jan 17, 2009 at 5:31 AM, jquertil wrote: > > except its not a bug - its a feature request... > > On Jan 16, 2:39 pm,

[jQuery] Re: ajax request on local machine and FF3/Firebug "Access to restricted URI denied code: 1012"

2009-01-16 Thread jquertil
except its not a bug - its a feature request... On Jan 16, 2:39 pm, donb wrote: > By the way, you are 'someone' so you can file a bug report.  ;-)   <- > note smily > > On Jan 16, 5:15 pm, jquertil wrote: > > > > > I downgraded both FF 2 and FB 1.2 so now things work again - but this > > sucks!

[jQuery] Re: ajax request on local machine and FF3/Firebug "Access to restricted URI denied code: 1012"

2009-01-16 Thread donb
By the way, you are 'someone' so you can file a bug report. ;-) <- note smily On Jan 16, 5:15 pm, jquertil wrote: > I downgraded both FF 2 and FB 1.2 so now things work again - but this > sucks! Someone tell those nice folks at Mozilla they should at least > allow a user setting to not get so

[jQuery] Re: ajax request on local machine and FF3/Firebug "Access to restricted URI denied code: 1012"

2009-01-16 Thread donb
I ran into this error today, but it was because my URL (filename) had spaces in it. For what that's worth. On Jan 16, 5:15 pm, jquertil wrote: > I downgraded both FF 2 and FB 1.2 so now things work again - but this > sucks! Someone tell those nice folks at Mozilla they should at least > allow a

[jQuery] Re: ajax request on local machine and FF3/Firebug "Access to restricted URI denied code: 1012"

2009-01-16 Thread jquertil
I downgraded both FF 2 and FB 1.2 so now things work again - but this sucks! Someone tell those nice folks at Mozilla they should at least allow a user setting to not get so uptight about script loading security - I was very surprised to see no ability to adjust that manually.

[jQuery] Re: ajax request on local machine and FF3/Firebug "Access to restricted URI denied code: 1012"

2009-01-16 Thread jquertil
I should add that I'm calling just by file name "myJsonSource.js" - everything is very local, so I'm not even using any sort of "domain" at all, and feel that this should be just fine for running stuff locally. Looked at settings to see if there is anything I can turn off...