Skip to content

Commit

Permalink
invalid opml
Browse files Browse the repository at this point in the history
  • Loading branch information
strukturart committed Dec 17, 2024
1 parent 47263ac commit 081840f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions application/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,7 @@ const generateDownloadList = (data) => {
// Check if the OPML file is valid
if (!xmlDoc || xmlDoc.getElementsByTagName("parsererror").length > 0) {
console.error("Invalid OPML data.");
m.route.set("/start");
return { error: "Invalid OPML data", downloadList: [] };
}

Expand Down
2 changes: 1 addition & 1 deletion application/sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ self.addEventListener("systemmessage", async (evt) => {
const userAgent = navigator.userAgent || "";

if (userAgent && !userAgent.includes("KAIOS")) {
const CACHE_NAME = "pwa-cache-v0.1204";
const CACHE_NAME = "pwa-cache-v0.1205";
const FILE_LIST_URL = "/file-list.json"; // URL of the JSON file containing the array of files

self.addEventListener("install", (event) => {
Expand Down
2 changes: 1 addition & 1 deletion docs/index.339e55c4.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.f0337e49.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/manifest.webapp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.17",
"version": "2.0.18",
"name": "feedolin",
"description": "Feedolin is an RSS / Atom / Mastodon reader and podcast player. It is intended for users who already use an rss reader client and want to read their feeds on a kaios device. the list of subscribed websites / podcasts is managed locally or online in an opml file.",
"launch_path": "/index.html",
Expand Down
2 changes: 1 addition & 1 deletion docs/manifest.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],

"b2g_features": {
"version": "1.8.134",
"version": "1.8.135",
"id": "feedolin",
"subtitle": "RSS Reader and Mastodon Reader",
"core": true,
Expand Down
2 changes: 1 addition & 1 deletion docs/sw.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 081840f

Please sign in to comment.