SummerOfCode/2012/UserCSP/WeeklyUpdates/2012-07-16: Difference between revisions
< SummerOfCode | 2012 | UserCSP
Jump to navigation
Jump to search
| Line 8: | Line 8: | ||
=== Tuesday, {{#time:d F|{{SUBPAGENAME}} +1 day}} === | === Tuesday, {{#time:d F|{{SUBPAGENAME}} +1 day}} === | ||
* Hostname Wildcards Filtering according to W3C specification | |||
** A source expression MAY contain a single wildcard character, * , in the hostname portion and it MUST be used in place of the leftmost, or most specific, DNS label. The wildcard character matches zero or more DNS labels. | |||
*** Accepted Inputs: *, *.example.com | |||
*** Rejected Inputs: example.* , www.*.com | |||
* Port Wildcards Filtering according to W3C specification | |||
** A source expression MAY contain a single wildcard character, * , in place of the port number. The wildcard character indicates that any port may be used to load content. | |||
=== Wednesday, {{#time:d F|{{SUBPAGENAME}} +2 days}} === | === Wednesday, {{#time:d F|{{SUBPAGENAME}} +2 days}} === | ||
Revision as of 14:06, 21 July 2012
« previous week | index | next week »
This Week
Monday, 16 July
- BugFix: https://csptest.computerist.org website rules are not displayed in add-on UI.
Tuesday, 17 July
- Hostname Wildcards Filtering according to W3C specification
- A source expression MAY contain a single wildcard character, * , in the hostname portion and it MUST be used in place of the leftmost, or most specific, DNS label. The wildcard character matches zero or more DNS labels.
- Accepted Inputs: *, *.example.com
- Rejected Inputs: example.* , www.*.com
- A source expression MAY contain a single wildcard character, * , in the hostname portion and it MUST be used in place of the leftmost, or most specific, DNS label. The wildcard character matches zero or more DNS labels.
- Port Wildcards Filtering according to W3C specification
- A source expression MAY contain a single wildcard character, * , in place of the port number. The wildcard character indicates that any port may be used to load content.
Wednesday, 18 July
- BigFix: User specified rules for a website should take precedence over "Every Website" rules.
- Tested with yahoo.com. First, defined rules for "Every Website" then defined rules for yahoo.com. Rules defined for yahoo.com were enforced by add-on.