forked from Samsung/microbit
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parent controls compliance is broken by YouTube links on makecode.microbit site in WebView #71
Comments
Thanks @jackr1w. I have flagged this up for the Android app team. |
@jackr1w, please can you try this again after updating in the Play Store and let us know whether this now works for you in the latest release? We use essentially your approach for all URLs that don't belong in our Web View. |
Sorry for the delay. Thank you very much, finally got to check the new
version, works as expected. I'll update it on my son's phone now, replacing
my custom compiled branch with the official release. Thanks again!
…On Thu, Aug 29, 2024, 16:24 Matt Hillsdon ***@***.***> wrote:
@jackr1w <https://github.com/jackr1w>, please can you try this again
after updating in the Play Store and let us know whether this now works for
you in the latest release? We use essentially your approach for all URLs
that don't belong in our Web View.
—
Reply to this email directly, view it on GitHub
<#71 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AO5WAPFUHN2SL7QRCCFQLPLZT4OJJAVCNFSM6AAAAABJMMGQTKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMJXGY2TCMJSGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When installing this on phones of kids under 13, they receive a fully functional non-logged-in YouTube window with search option and everything, bypassing all their parental controls, by opening any YouTube link from makecode.microbit.org homepage - any of the video tutorials.
To Reproduce
Expected behavior
@ https://stackoverflow.com/questions/13418028/youtube-javascript-api-disable-related-videos
Screenshots/Recordings
micro:bit version
Device
Additional context
I'll try to implement the simplest - detecting the YouTube links and sending them out to YouTube app by intents - myself, just not sure I would be able to submit it as my dev env is not too functional.
The text was updated successfully, but these errors were encountered: