import React from 'react'; function HTTPSModal() { return (

Use the checkbox to choose whether this sketch should be loaded using HTTPS or HTTP.

You should choose HTTPS if you need to:

  • access a webcam or microphone
  • access an API served over HTTPS

Choose HTTP if you need to:

  • access an API served over HTTP
); } export default HTTPSModal;