sábado, 22 de junio de 2013

23/06/13

"A government could order a Certificate Authority to produce a malicious certificate for any domain. There is circumstantial evidence that this may happen. And because CAs are located in 52+ countries, there are lots of governments that can do this, including some deeply authoritarian ones. Also, governments could easily perform any of the above network attacks against CAs in other countries."

How secure is HTTPS today? How often is it attacked? (EFF)

martes, 4 de junio de 2013

04/06/13 - trac: disabling wiki and enabling timeline view as default

This will setup Timeline as default page (other options are: RoadmapModule, BrowserModule, QueryModule, ReportModule, TicketModule):
sed -i 's/WikiModule/TimelineModule/' main.py

And this will disable the wiki (trac.ini):
[components]
trac.wiki.* = disabled