Skip to content

Commit 4eabdff

Browse files
author
Charles Jolley
committed
sc-config now proxies only /statuses urls to twitter
1 parent 009de5e commit 4eabdff

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Diff for: HISTORY

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
== 0.9.12
2+
3+
- Twitter proxy now only proxies /statuses URLs.
4+
5+
== 0.9.11
6+
7+
- Added twitter sample client.
8+
9+
== 0.9.9
110

211
- Fixed minor bugs in sample apps.
312
- Updated README to reflect Git instructions.

Diff for: sc-config

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@ end
7474
# talk to backend services.
7575

7676
# This will proxy all requests to /* -> http://www.twitter.com/*
77-
proxy '/', :to => 'www.twitter.com', :cookie_domain => '.twitter.com'
77+
proxy '/statuses', :to => 'twitter.com'
7878

0 commit comments

Comments
 (0)