Replies: 1 comment
-
This will be fixed with #911 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, we are experiencing an error where we are getting
"The specified HTML contains file://. This is not allowed"
when we are trying to create a screenshot of a webpage passed as a string argument toBrowsershot::html($html)
and the content of the webpage contains e.g. the stringProfile:
.This seems to be due to recent changes to handle the Improper Input Validation vulnerability, and I believe this is due to this particular change which was added in addition to the fixes.
Is it necessary for this to be as strict when using the
Browsershot::html()
facade?Beta Was this translation helpful? Give feedback.
All reactions