Re: Shared security Db in FF-3.5?

2009-07-05 Thread Nelson Bolyard
On 2009-07-03 01:43 PDT, Andrei Korostelev wrote: > Does Firefox 3.5 already support multi-process shared secrurity > database or it is still single-process? By default, it is still the old single-process cert8 and key3 DBs, as before. However, FF 3.5 has the code to support shared-access cert9

Content Security Policy Spec questions and feedback

2009-07-05 Thread EricLaw
(I'm moving a thread to NNTP at the request of Gerv. Thanks for reading!) The following is a weakly-organized list of my questions and thoughts on the current CSP spec draft. (See http://blogs.msdn.com/ie/archive/2009/06/25/declaring-security.aspx if you're interested in higher-level feedback)

Re: Content Security Policy - Relaxed Restrictions Mode(s)

2009-07-05 Thread FunkyRes
On Jul 1, 5:20 pm, Jonas Sicking wrote: > myForm.addEventListener("submit", function(event) { >    if (!checkform()) { >      event.preventDefault(); >    } > > }, false); > > That did work, I had a typo was all. Good enough for now, for IE - I'll deal with it later. Thank you.

Re: Content Security Policy - Relaxed Restrictions Mode(s)

2009-07-05 Thread FunkyRes
On Jul 1, 5:20 pm, Jonas Sicking wrote: > FunkyRes wrote: > > On Jun 22, 4:15 pm, Brandon Sterne wrote: > >> Some sites have shared the desire to use some features of CSP, but not > >> all of them at once.  For example, a site may want to utilize the > >> content loading features of CSP to help p