Thanks for this Ciprian.
Like others, I have been adding to the list. What I do is create my own rules.xml and keep importing in whenever I add something. Mine is JoeBailey_rules.xml and I simply change the extention to .txt to add stuff (change back to .xml to import.) I took the base file with one "item" from your original and "copy, paste, modify" new items as I need. I keep the one you posted intact and import it first then modify and keep importing mine.
Add to Import
Thanks for this Ciprian.
Like others, I have been adding to the list. What I do is create my own rules.xml and keep importing in whenever I add something. Mine is JoeBailey_rules.xml and I simply change the extention to .txt to add stuff (change back to .xml to import.) I took the base file with one "item" from your original and "copy, paste, modify" new items as I need. I keep the one you posted intact and import it first then modify and keep importing mine.
BASE:
{?xml version="1.0" encoding="UTF-8" ?}{rss version="2.0" xmlns:wf="http://www.microsoft.com/schemas/webfilter/2008"}{channel} {title}JoeBailey_rules{/title} {description}Export of InPrivate Filtering{/description}
{item}{description}XXXX.com{/description}{wf:blockRegex}{![CDATA[XXXX.com]]} {/wf:blockRegex} {/item}
{/channel}{/rss}
ITEM to add:
{item}{description}XXXX.com{/description}{wf:blockRegex}{![CDATA[XXXX.com]]} {/wf:blockRegex} {/item}