Make WordPress Core

Opened 16 years ago

Closed 15 years ago

#10914 closed enhancement (fixed)

Allow RTSP and MMS protocols in KSES

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

Description

Both are relatively common media streaming protocols.

Attachments (5)

kses-mmsrtsp.diff (784 bytes) - added by yoavf 16 years ago.
10914.diff (1.3 KB) - added by Denis-de-Bernardy 15 years ago.
add svn protocol as well, and update phpdoc
10914.2.diff (1.3 KB) - added by technosailor 15 years ago.
Let's make the list filterable instead.
10914-2.diff (1.4 KB) - added by technosailor 15 years ago.
10914-3.diff (2.0 KB) - added by technosailor 15 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)

@yoavf
16 years ago

#1 @ryan
16 years ago

  • Milestone changed from 2.9 to 3.0

#2 @miqrogroove
15 years ago

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

@Denis-de-Bernardy
15 years ago

add svn protocol as well, and update phpdoc

#3 @Denis-de-Bernardy
15 years ago

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

@technosailor
15 years ago

Let's make the list filterable instead.

@technosailor
15 years ago

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

#4 @markjaquith
15 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.