diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 562a8502..a3cd866f 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -149,14 +149,6 @@ http { return 301 /pdfviewer-privacy-policy; } - location = /safari_pinned_tab_icon.svg { - return 301 /mask-icon.svg; - } - - location = /safari-pinned-tab-icon.svg { - return 301 /mask-icon.svg; - } - location = /bitcoin_address.png { return 301 /bitcoin-donation.png; }