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
VCR records http interactions. One of these http interactions is to browse a website based on an arbitrary url.
Since we whitelist urls, (meaning we give the list of allowed urls, not the list of unallowed ones), it's impossible to cover all the cases, because there is probably more than a billion urls possible.
This means VCR currently doesn't support browse website.
The solution might be to have a blacklist approach instead of whitelist.
Examples 🌈
No response
Motivation 🔦
No response
The text was updated successfully, but these errors were encountered:
This issue has automatically been marked as stale because it has not had any activity in the last 50 days. You can unstale it by commenting or removing the label. Otherwise, this issue will be closed in 10 days.
Duplicates
Summary 💡
VCR records http interactions. One of these http interactions is to browse a website based on an arbitrary url.
Since we whitelist urls, (meaning we give the list of allowed urls, not the list of unallowed ones), it's impossible to cover all the cases, because there is probably more than a billion urls possible.
This means VCR currently doesn't support browse website.
The solution might be to have a blacklist approach instead of whitelist.
Examples 🌈
No response
Motivation 🔦
No response
The text was updated successfully, but these errors were encountered: