File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ export default function handler(request, response) {
1515
1616 html = `
1717 <oembed>
18- <html><iframe src="` + url + `/api/link?url=` + query . url + `&embed=true" width="700" height="480"></iframe></html>
18+ <html><iframe src="` + url + `/api/link?url=` + query . url + `&embed=true" width="700" height="480" allow="accelerometer; camera; encrypted-media; display-capture; geolocation; gyroscope; microphone; midi; clipboard-read; clipboard-write" allowfullscreen="true" allowpaymentrequest="true" loading="lazy" sandbox="allow-downloads allow-forms allow-modals allow-pointer-lock allow-popups allow-presentation allow-same-origin allow-scripts allow-top-navigation-by-user-activation" scrolling="yes" frameborder="0" ></iframe></html>
1919 <width>700</width>
2020 <height>480</height>
2121 </oembed>
You can’t perform that action at this time.
0 commit comments