 Issue 6041976289886208:
  Issue 402 - Use a redirector script for downloads, not a direct link  (Closed)
    
  
    Issue 6041976289886208:
  Issue 402 - Use a redirector script for downloads, not a direct link  (Closed) 
  | Index: modules/updateserver/files/sitescripts | 
| =================================================================== | 
| --- a/modules/updateserver/files/sitescripts | 
| +++ b/modules/updateserver/files/sitescripts | 
| @@ -1,22 +1,22 @@ | 
| [extensions] | 
| sitescripts_var_root=/var/lib/sitescripts | 
| -abp_repository=%(sitescripts_var_root)s/adblockplus | 
| -abp_galleryID=adblock-plus | 
| -abpsafari_repository=%(sitescripts_var_root)s/adblockpluschrome | 
| -abpsafari_type=safari | 
| -abpsafari_key=%(sitescripts_var_root)s/adblockplussafari.pem | 
| -abpandroid_repository=%(sitescripts_var_root)s/adblockplusandroid | 
| -abpandroid_type=android | 
| -abpie_repository=%(sitescripts_var_root)s/adblockplusie | 
| -abpie_type=ie | 
| -ehh_repository=%(sitescripts_var_root)s/elemhidehelper | 
| -ehh_galleryID=elemhidehelper | 
| -watcher_repository=%(sitescripts_var_root)s/abpwatcher | 
| +adblockplusfirefox_repository=%(sitescripts_var_root)s/adblockplus | 
| 
mathias
2014/09/15 16:15:56
(Off-topic: If that's the "new" syntax, the `.site
 
Wladimir Palant
2014/09/15 16:46:47
The syntax didn't really change here, merely the s
 
mathias
2014/09/15 17:26:05
Ok, I'll take care of that one.
 | 
| +adblockplusfirefox_galleryID=adblock-plus | 
| +adblockplussafari_repository=%(sitescripts_var_root)s/adblockpluschrome | 
| +adblockplussafari_type=safari | 
| +adblockpluskey=%(sitescripts_var_root)s/adblockplussafari.pem | 
| +adblockplusandroid_repository=%(sitescripts_var_root)s/adblockplusandroid | 
| +adblockplusandroid_type=android | 
| +adblockplusie_repository=%(sitescripts_var_root)s/adblockplusie | 
| +adblockplusie_type=ie | 
| +elemhidehelper_repository=%(sitescripts_var_root)s/elemhidehelper | 
| +elemhidehelper_galleryID=elemhidehelper | 
| +diagnostics_repository=%(sitescripts_var_root)s/abpwatcher | 
| customization_repository=%(sitescripts_var_root)s/abpcustomization | 
| customization_galleryID=abpcustomization | 
| urlfixer_repository=%(sitescripts_var_root)s/urlfixer | 
| urlfixer_galleryID=url-fixer | 
| downloadsrepo=%(sitescripts_var_root)s/downloads | 
| downloadsurl=https://downloads.adblockplus.org/ | 
| web_root=/var/www/update | 
| geckoUpdateManifestPath=%(web_root)s/gecko/update.rdf |