[Greasemonkey] greasemonkey for secure data over insecure
networks / sites
Godmar Back
godmar at gmail.com
Tue Jul 19 01:48:01 EDT 2005
So practically, this means that whatever requests a GM script would
want to send to sites outside the current domain would have to happen
during initialization?
I don't have the GM_xmlhttprequest in front of me, but what about
asynchronous requests (which we all should use, shouldn't we) - in
what context will the "onload" callback be executed?
- Godmar
ps: a general comment I find GM - and the entire Firefox extension
technology - a wonderful application that has the potential to truely
change the way the web is used. It also makes you smile if you can
differ with google on such minor points as this one:
http://scholar.google.com/scholar/libraries.html#start5
On 7/19/05, Aaron Boodman <zboogs at gmail.com> wrote:
> > Does this then mean that a GM script (using the sandbox approach)
> > could not access GM_xmlhttprequest *except* from within the code that
> > is initially executed via "evalInSandbox", but not in code/closure
> > that is executed later when a user interacts with a greased page?
> > (these questions can be answered by experimentation)
>
> I think so in the * case. Individual user scripts could accidentally
> (or purposely) break it though. I gave two examples in the previous
> reply.
> _______________________________________________
> Greasemonkey mailing list
> Greasemonkey at mozdev.org
> http://mozdev.org/mailman/listinfo/greasemonkey
>
More information about the Greasemonkey
mailing list