This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Manually edit url block list.

Under Web Security: > HTTP/S > URL Filtering,

I goofed on the formatting on the text file I used to import sites into the "Additional URLs/sites to block" list and need to wipe it and start all over. 

As there are many sites in the list deleting them is fairly slow and requires me to wait about 20-30 seconds after each click to go onto the next. Considering the amount if url's I have added from ( Blocking Unwanted Parasites with a Hosts File ) to the list this would take me ages so I would prefer to clear them via VI.

Can someone give me the correct path to this file via the command line so that I may clear it and start over?


This thread was automatically locked due to age.
Parents
  • in this case, you can completely delete the URL list by issunging the following command as root on the command line
     
     
    echo -e "RAW \n change_object('REF_DefaultHTTPCFFAction','url_list',['almostempty.com'])" | cc -batch 
     
     
    copy&paste this line _exactly_ like written down here!
    Don´t forget to create a backup (and download it to your PC) before_ doing this.
  • in this case, you can completely delete the URL list by issunging the following command as root on the command line
     
     
    
    echo -e "RAW \n change_object('REF_DefaultHTTPCFFAction','url_list',['almostempty.com'])" | cc -batch 
     
     
    copy&paste this line _exactly_ like written down here!
    Don´t forget to create a backup (and download it to your PC) before_ doing this.



    You are a gentleman and a scholar, thank you very much!!
Reply
  • in this case, you can completely delete the URL list by issunging the following command as root on the command line
     
     
    
    echo -e "RAW \n change_object('REF_DefaultHTTPCFFAction','url_list',['almostempty.com'])" | cc -batch 
     
     
    copy&paste this line _exactly_ like written down here!
    Don´t forget to create a backup (and download it to your PC) before_ doing this.



    You are a gentleman and a scholar, thank you very much!!
Children
No Data