You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Embed API: fix regex patterns for allowed external domains (#11059)
The patterns were not ending with `$`,
so any domain that started with the allowed domain would be allowed
(docs.python.org.example.com).
This isn't a security issue, since including content from a domain
that isn't allowed is not differently than including content from
a domain that is hosted on RTD (users shouldn't allow including content
from projects they don't trust).
This is mostly to prevent abuse.
0 commit comments