How can I enable API for a domain only. #704
-
Beta Was this translation helpful? Give feedback.
Answered by
spodermenpls
Apr 9, 2024
Replies: 2 comments 6 replies
-
Why do you only want to enable it for |
Beta Was this translation helpful? Give feedback.
2 replies
-
I had the same question 5 years ago (for twitter.com: #321 (comment)), you have to use a negative site-specific setting (RegEx), something like |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
Iz-zzzzz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I had the same question 5 years ago (for twitter.com: #321 (comment)), you have to use a negative site-specific setting (RegEx), something like
^(?!.*google).*$
, while removing the checkmark behind it.