Re: CSP in Wicket 9

2020-01-21 Thread Martin Grigorov
It is true that support is lacking for some browsers. A browser > > that > > > > > > does not support CSP at all (like IE11) is not hindered by it > > either. > > > > > > It becomes more problematic when a browser does not support the &

Re: CSP in Wicket 9

2020-01-21 Thread Martin Grigorov
issues and > we > > > > > need to test that and change the CSP to make sure it works in those > > > > > browsers as well. IMHO as a framework it is our job to set an > example > > > > > and show how we think this is done best. When a user thinks the

Re: CSP in Wicket 9

2020-01-21 Thread Ernesto Reinaldo Barreiro
n a browser does not support the > > > > > directives used (like strict-dynamic). This might cause issues and > we > > > > > need to test that and change the CSP to make sure it works in those > > > > > browsers as well. IMHO as a framework it is

Re: CSP in Wicket 9

2020-01-21 Thread Emond Papegaaij
as a framework it is our job to set an example > > > > and show how we think this is done best. When a user thinks the gained > > > > security is not worth the pain, he/she can disable it and hope for the > > > > best. > > > > > > > > Best

Re: CSP in Wicket 9

2020-01-21 Thread Andrea Del Bene
it and hope for the > > > best. > > > > > > Best regards, > > > Emond > > > > > >>> I've already started the work on the 'csp' branch. On this branch, > > >>> I've also migrated all but the servlet API to the jakarta namespace

Re: CSP in Wicket 9

2020-01-21 Thread Martijn Dashorst
n 12, 2020 at 8:18 PM Emond Papegaaij > >>> wrote: > >>>> Searching through our Jira, I've found WICKET-6687, filed by Andrew. > >>>> He already pinpointed several places that break with a strict CSP > >>>> enabled. I'm going to convert tha

Re: CSP in Wicket 9

2020-01-21 Thread Sebastien Briquet
I do agree with Andrea. I think it's better to have to add one line of code to enable the feature, than the opposite... Or better, it can be a flag like development/deployment. This way we can issue a warning at startup, same kind of warning when we are running on development mode... We can also

Re: CSP in Wicket 9

2020-01-21 Thread Emond Papegaaij
ted all but the servlet API to the jakarta namespace. > >>> > >>> Best regards, > >>> Emond > >>> > >>> On Sun, Jan 12, 2020 at 8:18 PM Emond Papegaaij > >>> wrote: > >>>> Searching through our Jira, I've found WICKET-6687, filed b

Re: CSP in Wicket 9

2020-01-21 Thread Andrea Del Bene
not have epic) and create new bugs for all issues in that ticket. That should make it easier to track progress. Best regards, Emond On Sat, Jan 11, 2020 at 10:31 PM Emond Papegaaij wrote: Hi all, For the past few days I've been experimenting with the new CSP features in Wicket 9. I really want

Re: CSP in Wicket 9

2020-01-21 Thread Emond Papegaaij
That should > > > make it easier to track progress. > > > > > > Best regards, > > > Emond > > > > > > On Sat, Jan 11, 2020 at 10:31 PM Emond Papegaaij > > > wrote: > > > > > > > > Hi all, &

Re: CSP in Wicket 9

2020-01-21 Thread Martin Grigorov
issues in that ticket. That should > > make it easier to track progress. > > > > Best regards, > > Emond > > > > On Sat, Jan 11, 2020 at 10:31 PM Emond Papegaaij > > wrote: > > > > > > Hi all, > > > > > > For the past f

Re: CSP in Wicket 9

2020-01-13 Thread Emond Papegaaij
; > On Sat, Jan 11, 2020 at 10:31 PM Emond Papegaaij > wrote: > > > > Hi all, > > > > For the past few days I've been experimenting with the new CSP > > features in Wicket 9. I really want to thank Andrew, Sven and Martin > > for the great work you gu

Re: CSP in Wicket 9

2020-01-12 Thread Emond Papegaaij
progress. Best regards, Emond On Sat, Jan 11, 2020 at 10:31 PM Emond Papegaaij wrote: > > Hi all, > > For the past few days I've been experimenting with the new CSP > features in Wicket 9. I really want to thank Andrew, Sven and Martin > for the great work you guys did in making

CSP in Wicket 9

2020-01-11 Thread Emond Papegaaij
Hi all, For the past few days I've been experimenting with the new CSP features in Wicket 9. I really want to thank Andrew, Sven and Martin for the great work you guys did in making this possible. I'm getting very close to running my application with a very tight and secure CSP. Unfortunately