Merged
Conversation
Alkarex
requested changes
May 7, 2025
Alkarex
reviewed
May 7, 2025
Alkarex
reviewed
May 7, 2025
Member
Author
|
Whitespace is replaced to prevent injection of other CSS classes, for example when a user sets their theme to The |
Alkarex
added a commit
to Alkarex/FreshRSS
that referenced
this pull request
May 7, 2025
Several HTML and URL encoding issues in the case of special chars in theme directory or in metadata. Also usefull to simplify FreshRSS#7559
Merged
Alkarex
reviewed
May 7, 2025
Member
Author
|
I decided to go with |
Alkarex
added a commit
that referenced
this pull request
May 7, 2025
* Fix encoding of themes Several HTML and URL encoding issues in the case of special chars in theme directory or in metadata. Also usefull to simplify #7559 * Minor simplification * Stricter decoding
Alkarex
approved these changes
May 7, 2025
Member
|
Looks good to me. Let me know if you would better like it with |
Member
Author
It's good |
Alkarex
pushed a commit
that referenced
this pull request
Jul 7, 2025
Related: FreshRSS/xExtension-Demo#2, #7559 (comment) Mostly to make sure that no one is able to break the demo instance But the issues below could possibly be exploited in other scenarios too: * Setting a theme like `../../lib/core-extensions/UserJS`: this directory contains `metadata.json` like themes do, so FreshRSS treats it as a theme after setting it and doesn't load any CSS * Setting a theme like `x dropdown-menu`: the `dropdown-menu` class was able to get injected into the `<body>` element since #7559 and turn every page blank
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a theme class into the HTML to be used inside CSS. Use cases include user-supplied CSS (via UserCSS) and extensions.
For example this is what I'm doing in my User CSS: