Changes

Jump to: navigation, search

Update:Remora Deployment

515 bytes added, 01:15, 13 February 2007
Service URLs
addons.mozilla.org/update/VersionCheck.php -> services/update.php
pfs.mozilla.org/plugins/PluginFinderService.php -> services/pfs.php
addons.mozilla.org/blocklist
 
Rewrites
 
# Rewrites to be compatible with older versions of addons.
RewriteRule ^update/VersionCheck.php(.*)$ update.php$1
 
# Rewrite for client blocklist requests.
# Example:
# /blocklist/1/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/1.5 -> blocklist.php?reqVersion=1&appGuid={ec8030f7-c20a-464f-9b0e-13a3a9e97384}&appVersion=1.5
RewriteRule ^blocklist/(.+)/(.+)/(.+)[/]{0,1}$ blocklist.php?reqVersion=$1&appGuid=$2&appVersion=$3
 
# PFS
# ? it is in production, but not known.
== Software Config ==
== Fallback Plan ==
3,035
edits

Navigation menu