#17148 closed enhancement (fixed)
Move charset declaration before title element in login
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.2 |
| Component: | Charset | Version: | |
| Severity: | minor | Keywords: | has-patch |
| 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)
niallkennedy — 2 years ago
comment:1
koopersmith — 2 years ago
- Owner set to koopersmith
- Resolution set to fixed
- Status changed from new to closed
In [18205]:
Note: See
TracTickets for help on using
tickets.

move content type and charset above title element