Lists

  • ICRAplus supports wildcards (*). The term wildcard simply means that the asterisk (*) can be used to mean any other character or group of characters.

    Many website addresses begin with “http://”, sometimes though, you’ll see “https://”, especially on sites that take credit cards, and occasionally you may see “ftp://” or other combinations. This is known as the scheme – and you don’t have to include it. If you don’t include the scheme then the filter will just write in *:// at the beginning of the web address. That means that whatever the scheme may be, the filter will block or allow it as appropriate.

    For example, if you enter www.badsite.com and add it to your block list, the filter will actually write *://www.badsite.com/* into the list (we’ll come to the final * in the “more on wildcards” section). This means that whether the site begins with http://, https:// or whatever else, the site will be blocked. This is probably what you want to do.

    If you know that you definitely only want to block or allow, say, https://www.website.com, then you can include the scheme – it’s up to you.

  • The web addresses you type in, such as www.icra.org are only part of the story. Every web address has a numerical equivalent known as an IP address. Furthermore, many websites have several aliases. For block list entries, the filter attempts to find these aliases and IP addresses and adds them all to your list.

    As the filter needs to fetch the alternative addresses for the sites you enter, you must be online when adding entries to your block list.

    The filter will not look up alternatives for addresses that include wildcards (since there is no exact match to make).