Make WordPress Core

Opened 17 years ago

Closed 16 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: Focuses:

Description

Both are relatively common media streaming protocols.

Attachments (5)

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

#1 @ryan
17 years ago

  • Milestone 2.93.0

#2 @miqrogroove
17 years ago

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

@Denis-de-Bernardy
17 years ago

add svn protocol as well, and update phpdoc

#3 @Denis-de-Bernardy
17 years ago

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

@technosailor
16 years ago

Let's make the list filterable instead.

@technosailor
16 years ago

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

#4 @markjaquith
16 years ago

  • Resolutionfixed
  • Status newclosed

(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.