Ticket #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
Change History
niallkennedy — 14 months ago
-
attachment
wp-login.diff
added
comment:1
koopersmith — 12 months ago
- Owner set to koopersmith
- Status changed from new to closed
- Resolution set to fixed
In [18205]:
Note: See
TracTickets for help on using
tickets.

move content type and charset above title element