Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

application/javascript for mjs is obsolete #1730

Open
nisbet-hubbard opened this issue Dec 6, 2024 · 1 comment
Open

application/javascript for mjs is obsolete #1730

nisbet-hubbard opened this issue Dec 6, 2024 · 1 comment
Labels
Reverse proxy Web server or reverse proxy issues

Comments

@nisbet-hubbard
Copy link
Contributor

Description

See https://www.rfc-editor.org/rfc/rfc9239#section-6

freenginx now has text/javascript for mjs by default: freenginx/nginx@83ed572

But we should probably still provide it until F5-nginx catches up.

Steps to reproduce

# Add support for .mjs files used by pdfjs
types {
application/javascript mjs;
}

Relevant logs

No response

Expected behavior

types { 
    text/javascript mjs; 
} 

Which operating system are you using?

No response

What browsers are you seeing the problem on?

No response

Extensions

N/A

Version

2024.9.1

@mathilde-cryptpad mathilde-cryptpad added the Reverse proxy Web server or reverse proxy issues label Dec 6, 2024
@mathilde-cryptpad
Copy link
Contributor

Hello,

Thanks for your report!

As of today we are still following the F5 nginx stable version releases, as mentioned in our Administrator Guide.

We will of course update our advanced example configuration file if they change its behaviour or if we (unlikely) decide to switch to a fork or something else.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Reverse proxy Web server or reverse proxy issues
Projects
None yet
Development

No branches or pull requests

2 participants