aboutsummaryrefslogtreecommitdiff
path: root/internal/reader/sanitizer/sanitizer.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/reader/sanitizer/sanitizer.go')
-rw-r--r--internal/reader/sanitizer/sanitizer.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/internal/reader/sanitizer/sanitizer.go b/internal/reader/sanitizer/sanitizer.go
index 84c15dc3..958058ed 100644
--- a/internal/reader/sanitizer/sanitizer.go
+++ b/internal/reader/sanitizer/sanitizer.go
@@ -297,6 +297,10 @@ func hasValidURIScheme(src string) bool {
"tel:",
"webcal://",
"xmpp:",
+
+ // iOS Apps
+ "opener://", // https://www.opener.link
+ "hack://", // https://apps.apple.com/it/app/hack-for-hacker-news-reader/id1464477788?l=en-GB
}
for _, prefix := range whitelist {