SummerOfCode/2012/UserCSP/WeeklyUpdates/2012-07-23
< SummerOfCode | 2012 | UserCSP
Jump to navigation
Jump to search
« previous week | index | next week »
This Week
Monday, 23 July
- Fix bug in combine loose feature in add-on.
Combine loose feature in the add-on takes CSP rules for each directive and applies UNION of them.
However, if website specifies 'none' for a CSP directive and user specifies 'self' for a directive then combine loose was showing both 'none' and 'self'. Whereas it should show only 'self'.
Similarly between '*' and 'none' it should take '*'. Between '*' and 'self' it should take '*'. And between '*' and 'self' it should take '*'.
Tuesday, 24 July
- User input filtering is performed.
If user enters self then it is converted to 'self'. Similarly, if user enters none it is converted to 'none'
Wednesday, 25 July
- Created GitHub account
** userCSP code uploaded on GitHub. URL: https://github.com/patilkr/userCSP