Skip to content

Commit

Permalink
change subscription base url to github. closes #494
Browse files Browse the repository at this point in the history
  • Loading branch information
myrdd committed Nov 6, 2014
1 parent e2e18ca commit f705884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/Subscription.jsm
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const SUBSCRIPTION_UPDATED_TOPIC = 'requestpolicy-subscription-policy-updated';
const SUBSCRIPTION_ADDED_TOPIC = 'requestpolicy-subscription-policy-added';
const SUBSCRIPTION_REMOVED_TOPIC = 'requestpolicy-subscription-policy-removed';

const DEFAULT_SUBSCRIPTION_LIST_URL_BASE = 'http://subscription.requestpolicy.com/subs/';
const DEFAULT_SUBSCRIPTION_LIST_URL_BASE = 'https://raw.githubusercontent.com/RequestPolicyContinued/subscriptions/master/';

const SUBSCRIPTION_UPDATE_SUCCESS = 'SUCCESS';
const SUBSCRIPTION_UPDATE_NOT_NEEDED = 'NOT_NEEDED';
Expand Down

0 comments on commit f705884

Please sign in to comment.