This commit is contained in:
Jackson Harper
2024-08-26 15:46:58 +08:00
parent 6597245b9c
commit 661deb310a

View File

@ -25,7 +25,7 @@ export const shouldHideUrl = (url: string): boolean => {
const shouldHideSiteName = (siteName: string) => {
const hideNames = ['storage.googleapis.com', 'omnivore.app']
if (hideNames.indexOf(origin) != -1) {
if (hideNames.indexOf(siteName) != -1) {
return true
}
return false