How to allow viewing of Tweetdeck application but not posting.
How to block Tweetdeck but allow viewing.
Tweetdeck is a social media dashboard application for managing Twitter accounts. Similar to other Twitter applications, it interfaces with the Twitter API to allow users to send and receive tweets and view profiles.
<Proxy>
ALLOW condition= Destination-tweetdeck-specific
ALLOW condition= Destination-tweetdeck http.method=(CONNECT, GET)
ALLOW http.method=(CONNECT, GET) request.header.Referer= CombinedDestinationtweetdeck
DENY url.domain=//tweetdeck.twitter.com/
define condition Destination-tweetdeck
url.domain=//tweetdeck.twitter.com/
url.domain=//ssl.google-analytics.com/
url.domain=//pbs.twimg.com/
url.domain=//twimg0-a.akamaihd.net/
url.domain=//twimg.com/
end
define condition Destination-tweetdeck-specific
url.domain="//tweetdeck.twitter.com/accounts"
url.domain="//tweetdeck.twitter.com/logout" ;allowing logout
url.host=tweetdeck.twitter.com url.path.substring=/login ;enables captcha for login page
end