Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Mod Manager/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@
window.location.reload()
}

const trustedHosts = new Set(["github.com", "raw.githubusercontent.com", "dropbox.com", "dl.dropboxusercontent.com", "drive.google.com", "hitman-resources.netlify.app"])
const trustedHosts = new Set(["github.com", "gist.githubusercontent.com", "raw.githubusercontent.com", "dropbox.com", "dl.dropboxusercontent.com", "drive.google.com", "hitman-resources.netlify.app", "codeberg.org"])
</script>

<div class="w-full h-full overflow-y-auto flex items-center justify-center gap-96">
Expand Down