[RESOLVED] ABE rule for Greasemonkey Couchpotato script
Posted: Fri Apr 25, 2014 1:42 am
I've been trying to figure out how to get ABE from allowing my Greasemonkey userscript to allow connection to another network device but so far no luck what so ever.
I've tried several things other people used for extensions but none of them seems to work, at the moment this is what I got:
Port used is an actual port in my list.
What ABE is blocking is something in the lines of this:
Could someone please help me generate something that works because it's annoying to constantly turn ABE on and off lol.
I've tried several things other people used for extensions but none of them seems to work, at the moment this is what I got:
Code: Select all
# Prevent Internet sites from requesting LAN resources.
Site LOCAL
Accept from LOCAL
# Allow Couchpotato.
Accept GET from 192.168.1.116:{Port Used}
Deny
# Prevent Internet sites from requesting LAN resources.
Site LOCAL
Accept from LOCAL
Deny
What ABE is blocking is something in the lines of this:
Code: Select all
Request {GET http://192.168.1.116:PortUsed/api/{Long apikey}/userscript/url=http%3A//imdb.com/title/{Database ID} <<< http://www.imdb.com/title/DatabaseID/?ref_=cs_ov_tt - 7} Filtered by ABE: <192.168.1.116> Deny