Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
現在、www の有無にかかわらず許可しています。追加のサブドメインを許可する必要があります。
#http://site.com, #http://www.site.com, #http://embed.site.com
ここに私が現在持っているもの:
#https?://(www\.)?site\.com/video/.*#i
次の正規表現を使用します。
#https?://((?:www|embed)\.)?site\.com/video/.*#i