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

Categorize browser built in mime-types: #2

Open
jordwalke opened this issue Apr 24, 2020 · 3 comments
Open

Categorize browser built in mime-types: #2

jordwalke opened this issue Apr 24, 2020 · 3 comments

Comments

@jordwalke
Copy link
Owner

Firefox: https://dxr.mozilla.org/mozilla-central/source/uriloader/exthandler/nsExternalHelperAppService.cpp#403

when browser sees an iframe with an extension, it uses that and it seems impossible to get it to treat it any differently.

@jordwalke
Copy link
Owner Author

@jordwalke
Copy link
Owner Author

"If the resource is retrieved directly from the file system, set supplied-type to the MIME type provided by the file system.
If the resource is retrieved via another protocol (such as FTP), set supplied-type to the MIME type as determined by that protocol, if any.
[FTP]

If supplied-type is not a MIME type, the supplied MIME type is undefined.
Abort these steps.

The supplied MIME type is supplied-type.
"

@jordwalke
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant