Ticket #17148 (closed enhancement: fixed)

Opened 14 months ago

Last modified 12 months ago

Move charset declaration before title element in login

Reported by: niallkennedy Owned by: koopersmith
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

wp-login.diff Download (771 bytes) - added by niallkennedy 14 months ago.
move content type and charset above title element

Change History

move content type and charset above title element

  • Owner set to koopersmith
  • Status changed from new to closed
  • Resolution set to fixed

In [18205]:

Prevent items from overflowing from the 'howdy' menu. Props Otto42. fixes #17148.

In [18206]:

Move charset declaration to just inside <head>. props niallkennedy, fixes #17148.

  • Milestone changed from Awaiting Review to 3.2

This one looked good. Obviously, [18205] does not belong here. Rather, on #17418.

Note: See TracTickets for help on using tickets.