Page 1 of 1

JAR protocol in Fx4

Posted: Mon Nov 15, 2010 3:08 pm
by dhouwn
Now that remote XUL (XUL from websites) has been killed in Firefox 4, what is the JAR-protocol support for? Is it still worth having a white list for it or wouldn't a simple on/off checkbox be enough?

BTW, the sample URL https://samples.noscript.net/sample_apps.jar does not work (samples.noscript.net not found).

Re: JAR protocol in Fx4

Posted: Mon Nov 15, 2010 3:18 pm
by Giorgio Maone
dhouwn wrote:Now that remote XUL (XUL from websites) has been killed in Firefox 4, what is the JAR-protocol support for? Is it still worth having a white list for it or wouldn't a simple on/off checkbox be enough?
The JAR protocol is supported by Firefox independently from remote XUL.
You can package a whole HTML site in a JAR, if you want, and pull all your resources from there.
dhouwn wrote: BTW, the sample URL https://samples.noscript.net/sample_apps.jar does not work (samples.noscript.net not found).
It was a fake URL, in fact, just a sample to check regular expressions syntax against.

Re: JAR protocol in Fx4

Posted: Mon Nov 15, 2010 3:38 pm
by dhouwn
Giorgio Maone wrote:The JAR protocol is supported by Firefox independently from remote XUL.
You can package a whole HTML site in a JAR, if you want, and pull all your resources from there.
You could, but AFAIK in-the-wild it wasn't used for anything different.