obsproject / obs-websocket

Remote-control of OBS Studio through WebSocket
GNU General Public License v2.0
3.8k stars 701 forks source link

README: Prevent Firefox from flagging Macro Deck as a security risk #1121

Closed Chefski closed 1 year ago

Chefski commented 1 year ago

Description

Prevents Firefox from marking the links as a Potential Security Risk (not sure if it happens on other

image

Motivation and Context

It'll make more convenient to press on a link that doesn't have a warning.

How Has This Been Tested?

Tested OS(s): I opened the link and it shows the warning. I tested it on Mac and Windows and both OS's have this issue and it fixes the issue.

Types of changes

Checklist:

tt2468 commented 1 year ago

Please amend your commit to follow our commit guidelines

Chefski commented 1 year ago

Changed it. Is this ok?

Chefski commented 1 year ago

How do I wrap the message? Do I Just \n at the end of the message?

RytoEX commented 1 year ago

How do I wrap the message? Do I Just \n at the end of the message?

Line break at 72 characters.

Chefski commented 1 year ago

Backticks don't seem to remove the link. Unless I'm using the wrong backticks

Chefski commented 1 year ago

Ok fixed it. Replaced the full stop with one dot leader

Chefski commented 1 year ago

Sorry, thought it might have to be exactly at 72 characters.