Questions tagged [wpl]
9 questions
9
votes
3 answers
HTML sanitizer in ASP.NET MVC that filters dangerous markup, but allows the rest
I know that lot of questions about HTML sanitizers have appeared in SO, but I don't know if they do what I want, I have a little mess since some of the recommended approaches have more than 4 years old.
I have a page with the TinyMCE editor. Of…

vtortola
- 34,709
- 29
- 161
- 263
3
votes
1 answer
Security Runtime Engine VS AntiXSS Library
I see that web protection library (WPL) comes with 2 different options:
Security Runtime Engine (SRE)
AntiXSS Library
The first one seems great since no code is necessary, it's a HTTPModule. The second requires to manually add the escaping logic…

StackOverflower
- 5,463
- 13
- 58
- 89
3
votes
2 answers
Removing specific XML tags
I'd like to make an application that removes duplicates from my wpl (Windows PlayList) files.
The wpl struct is something like this:

iTayb
- 12,373
- 24
- 81
- 135
1
vote
2 answers
Is there a minimum-trust equivalent of the Web Protection Library (Anti-XSS)?
I am working on a project that requires some HTML sanitization. Normally, I would turn to the Microsoft Web Protection Library; however, in this case, I am developing an application running in minimal trust. Part of the WPL requires medium trust,…

kbrimington
- 25,142
- 5
- 62
- 74
1
vote
0 answers
PHP Handholding with Wordpress Plugin
I'm working with Wordpress and a plugin called WPL. Basically, the system is set up so that my WP users are, upon sign up, automatically activated as WPL users. However, I need to have this differentiated based on user roles. So, I have four…

Beck
- 51
- 6
0
votes
1 answer
Unicode Playlists for Sonos from Python
I'm working to export a small subset of music from my iTunes library to an external drive, for use with a Sonos speaker (via Media Library on Sonos). All was going fine until I came across some unicode text in track, album and artist names.
I'm…

DaveWalker
- 521
- 1
- 4
- 15
0
votes
0 answers
jQuery conflict? Using WPL
TypeError: jQuery('ul.tabs').tabs is not a function.
(In 'jQuery('ul.tabs').tabs('> .tabs_content')', 'jQuery('ul.tabs').tabs' is undefined)
The gallery isn't showing up properly here.
I have updated the theme and I'm using the latest version of…

Roger C
- 1
0
votes
3 answers
Write to Specific line in text file C#
I have a web app that I am developing at work. I need to be able to take input data and append a text file after (x) number of lines.
My web app is using asp.net with c#
Can anyone help me please?

bret
- 21
- 1
- 5
0
votes
3 answers
Create windows media player playlist with PHP
I'm trying to make a script that will generate a .WPL file. The script scans the folder for all .mp3 files, and includes them in the .wpl file. However it doesn't seem to work, as Windows media player gives me an error that the file is…

pangi
- 2,703
- 6
- 25
- 35