WordPress.org

Make WordPress Core

Opened 4 years ago

Closed 3 years ago

#10914 closed enhancement (fixed)

Allow RTSP and MMS protocols in KSES

Reported by: yoavf Owned by: ryan
Priority: normal Milestone: 3.0
Component: Security Version:
Severity: normal Keywords: kses, has-patch
Cc:

Description

Both are relatively common media streaming protocols.

Attachments (5)

kses-mmsrtsp.diff (784 bytes) - added by yoavf 4 years ago.
10914.diff (1.3 KB) - added by Denis-de-Bernardy 3 years ago.
add svn protocol as well, and update phpdoc
10914.2.diff (1.3 KB) - added by technosailor 3 years ago.
Let's make the list filterable instead.
10914-2.diff (1.4 KB) - added by technosailor 3 years ago.
10914-3.diff (2.0 KB) - added by technosailor 3 years ago.
Same as 19914-2.diff except it uses the same array of default protocols in formatting.php:esc_url()

Download all attachments as: .zip

Change History (9)

yoavf4 years ago

comment:1 ryan4 years ago

  • Milestone changed from 2.9 to 3.0

comment:2 miqrogroove3 years ago

+1 I think the 'svn' scheme should be added as well.

Denis-de-Bernardy3 years ago

add svn protocol as well, and update phpdoc

comment:3 Denis-de-Bernardy3 years ago

updated patch adds svn as well. callto (for VoIP and Skype) might be sweet too.

technosailor3 years ago

Let's make the list filterable instead.

technosailor3 years ago

technosailor3 years ago

Same as 19914-2.diff except it uses the same array of default protocols in formatting.php:esc_url()

comment:4 markjaquith3 years ago

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

(In [14412]) Add some new protocols for KSES. Make the list of protocols filterable. Start esc_url() with the same list. fixes #10914. props technosailor

Note: See TracTickets for help on using tickets.