- From: Dominique Hazael-Massieux via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 21 Jun 2010 13:35:39 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/policy In directory hutz:/tmp/cvs-serv11724 Modified Files: Profile.html Log Message: another code re-indent Index: Profile.html =================================================================== RCS file: /sources/public/2009/dap/policy/Profile.html,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- Profile.html 21 Jun 2010 13:31:46 -0000 1.12 +++ Profile.html 21 Jun 2010 13:35:37 -0000 1.13 @@ -974,14 +974,13 @@ with the condition combining operator (please note: there are probably more elegant ways of expressing this by using regular expressions): - <pre> - <condition combine="or"> - <resource-match attr="dev-cap" match="messaging.*.send" - param:recipients="+4409*" func="glob"/> <-- to block UK premium - rate numbers --> <resource-match attr="dev-cap" - match="messaging.*.send" param:recipients="+34806*" func="glob"/> - <-- to block Spanish premium rate numbers --> - </condition> + <pre><code><condition combine="or"> + <resource-match attr="dev-cap" match="messaging.*.send" + param:recipients="+4409*" func="glob"/> <-- to block UK premium rate numbers --> + <resource-match attr="dev-cap" + match="messaging.*.send" param:recipients="+34806*" func="glob"/> + <-- to block Spanish premium rate numbers --> +</condition> </pre> <p>If the malicious widget is out in the wild already and has been identified, then we want to prevent it from installing and executing on devices,
Received on Monday, 21 June 2010 13:35:41 UTC