You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yesterday we debugged an issue where the cause was profile-service returning text/html instead of text/javascript for JSONP responses. This caused the browser to fail the request when the security header X-Content-Type-Options: nosniff was enabled. Temporarily patched nginx to not include the nosniff header, but the bug of returning text/html as the content type for these JSONP responses should be fixed so that the security header can be switched on again.
The text was updated successfully, but these errors were encountered:
Yesterday we debugged an issue where the cause was
profile-service
returningtext/html
instead oftext/javascript
for JSONP responses. This caused the browser to fail the request when the security headerX-Content-Type-Options: nosniff
was enabled. Temporarily patched nginx to not include thenosniff
header, but the bug of returningtext/html
as the content type for these JSONP responses should be fixed so that the security header can be switched on again.The text was updated successfully, but these errors were encountered: