do not pass referrer on api retry. fixes #3824
commit0a034b36c92fee45ecf59910fffce23cce9ea0d4
authorAndreas Gohr <andi@splitbrain.org>
Mon, 8 Jan 2024 15:00:32 +0000 (8 16:00 +0100)
committerAndreas Gohr <andi@splitbrain.org>
Mon, 8 Jan 2024 15:00:32 +0000 (8 16:00 +0100)
treeb9d60f220b0c4dbf51f4d805692227bad1b90900
parentf11d30144b67d43a881b90feb9d26c33af3c8c2f
do not pass referrer on api retry. fixes #3824

Our cache system ignores purge requests that have a referrer. The idea
is to avoid permanent recaching because a purge link was posted
somewhere.
However for the retry link in the extension manager we actually want the
link to work. So this patch supresses the referrer for that link.
lib/plugins/extension/admin.php