Skip to content

Commit 17e5225

Browse files
Remove nginx content-disposition hack for safari (#2381)
revert change to try and support safari
1 parent bb65a69 commit 17e5225

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

nginx/nginx.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ http {
4343
proxy_next_upstream error timeout invalid_header http_502 http_503 non_idempotent;
4444
proxy_next_upstream_tries 2;
4545

46-
# Must be removed to play nice with Safari, see the discussion in: getsentry/self-hosted#2285.
47-
proxy_hide_header Content-Disposition;
48-
4946
# Remove the Connection header if the client sends it,
5047
# it could be "close" to close a keepalive connection
5148
proxy_set_header Connection '';

0 commit comments

Comments
 (0)