-
-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add option for raw podcast description #352
Conversation
Cool by me. I think "RAW" should be changed to "Raw" for stylistic reasons since it's not an acronym. |
i'm a little bit hesitant here since we don't know of any subsonic clients that support html, and a like to have as few config options as possible i know there is tamland/airsonic-refix#110 but we could wait until it's merged? at least then we would have one client to set a standard of sorts or see if @opensubsonic would support a protocol to negotiate description text formats? |
Also hesitant about this as it can completely break client layout when tags such as hX, div and other are allowed. Also there's the never ending security issues with sanitization (case in point tamland/airsonic-refix#110 contains the Maybe if the html was limited to only tags that won't cause layout issues, but I'm not sure what that would be. |
Come on... Security problems ... sounds scared, but I don't think so it can be problem and this is can be fixed by adding attribute PS
|
@sentriz I make a fork of airsonic-refix, it's named xonic-ui (https://github.com/archekb/xonic-ui), this client support this feature. |
070d3fd
to
b3199de
Compare
eb95662
to
0d536eb
Compare
hey thanks for the effort here but closing for now until it's a supported feature from @opensubsonic . (xonic-ui is the only client that supports this right) feel free to re open then PS will check out the share feature soon 👍 |
issue #349