web icon indicating copy to clipboard operation
web copied to clipboard

add ability to enable/disable HTTPS connections

Open Hunter275 opened this issue 1 year ago • 2 comments

Closes #249

Hunter275 avatar Jun 21 '24 19:06 Hunter275

Not ready, will delete this when ready

Hunter275 avatar Jun 21 '24 19:06 Hunter275

Issue: Browsers block mixed content, which is when secure HTTPS pages call insecure HTTP urls. Because of this you'll need to add logic to:

  • Set the initial/default states based on location.protocol === 'https:'.
  • Disable the <Switch> if location.protocol === 'https:'.

bmv437 avatar Jun 22 '24 17:06 bmv437

@Hunter275 We should get this PR marked as ready so it can get merged

danditomaso avatar Jan 29 '25 02:01 danditomaso

I need to catch up with where this ended up, then we can merge.

Hunter275 avatar Jan 29 '25 02:01 Hunter275