From 0d4366712f239055c96e4e203d5c0dfafc6bb575 Mon Sep 17 00:00:00 2001 From: "Ilya Ig. Petrov" Date: Wed, 9 May 2018 19:05:43 +0500 Subject: [PATCH] Swap rebrand.ly/ac-beta-pac for direct urls --- .../chromium/runet-censorship-bypass/src/templates-data.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extensions/chromium/runet-censorship-bypass/src/templates-data.js b/extensions/chromium/runet-censorship-bypass/src/templates-data.js index c1c868f..6ff7348 100644 --- a/extensions/chromium/runet-censorship-bypass/src/templates-data.js +++ b/extensions/chromium/runet-censorship-bypass/src/templates-data.js @@ -57,8 +57,9 @@ exports.contexts.firefox = Object.assign({}, commonContext, { exports.contexts.beta = Object.assign({}, commonContext, { anticensorityPacUrls: [ + 'https://raw.githubusercontent.com/anticensority/for-testing/master/anticensority.pac', + 'https://anticensority.github.io/for-testing/anticensority.pac', 'https://rebrand.ly/ac-beta-pac', - ...pacUrls, ], version: '1.14', versionSuffix: '',