#17148 closed enhancement (fixed)
Move charset declaration before title element in login
Reported by: | niallkennedy | Owned by: | koopersmith |
---|---|---|---|
Milestone: | 3.2 | Priority: | normal |
Severity: | minor | Version: | |
Component: | Charset | Keywords: | has-patch |
Focuses: | Cc: |
Description
Best practice to declare your character set before outputting character values. Web browsers may attempt to guess character encoding by examining the first bytes of the page. Provide a faster match for browsers before they process page content.
Also helps prevent UTF-7 security issues.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
move content type and charset above title element