SummerOfCode/2012/UserCSP/WeeklyUpdates/2012-07-23: Difference between revisions
< SummerOfCode | 2012 | UserCSP
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
=== Monday, {{#time:d F|{{SUBPAGENAME}}}} === | === Monday, {{#time:d F|{{SUBPAGENAME}}}} === | ||
* 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, {{#time:d F|{{SUBPAGENAME}} +1 day}} === | === Tuesday, {{#time:d F|{{SUBPAGENAME}} +1 day}} === |
Revision as of 04:30, 9 August 2012
« 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