Skip to content

Commit 9d67db3

Browse files
authored
Disable click to load on tinder.com (macOS only) (duckduckgo#2207)
1 parent b451e0e commit 9d67db3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

overrides/macos-override.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,13 @@
483483
"Youtube": {
484484
"state": "disabled"
485485
}
486-
}
486+
},
487+
"exceptions": [
488+
{
489+
"domain": "tinder.com",
490+
"reason": "Grayed out Facebook login button"
491+
}
492+
]
487493
},
488494
"clickToPlay": {
489495
"state": "enabled"

0 commit comments

Comments
 (0)