tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

allowedcharacters1xml.xml (417B)


      1 <myRes xmlns:its="http://www.w3.org/2005/11/its">
      2  <head>
      3    <its:rules version="2.0">
      4      <its:allowedCharactersRule allowedCharacters="[^*+]" selector="//content"/>
      5    </its:rules>
      6  </head>
      7  <body>
      8    <content>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam
      9      nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed
     10      diam voluptua.</content>
     11  </body>
     12 </myRes>