Skip to content

Commit

Permalink
Add suppotr for RSS over SSL
Browse files Browse the repository at this point in the history
  • Loading branch information
xsellier committed Feb 26, 2024
1 parent 5ad128c commit c9de198
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -981,6 +981,7 @@ <h4>Thank you!</h4>
new RSS(
document.querySelector("#rss-feeds"),
"https://store.steampowered.com/feeds/newshub/app/726840/", {
ssl: true,
layoutTemplate: "{entries}",
entryTemplate:
`<div class="rss-entry">
Expand Down

0 comments on commit c9de198

Please sign in to comment.