mirror of
https://github.com/transmission/transmission.git
synced 2026-04-19 08:20:22 +01:00
Sonarcloud warnings 4 (#1499)
* chore: fix some sonarcloud html warnings (e.g. deprecated attribute use) * chore: uppercase literal suffixes * chore: remove redundant casts * chore: remove commented-out code * chore: use qInfo() instead of std::cerr
This commit is contained in:
@@ -1,36 +1,31 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<META http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link media="all" rel="stylesheet" href="../styles/TransBody.css" />
|
||||
<title>Configuring the Mac OS X Firewall</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="mainbox">
|
||||
<div id="banner">
|
||||
<a name="menus"></a>
|
||||
<div id="machelp">
|
||||
<a class="bread" href="../index.html">Transmission Help</a>
|
||||
</div>
|
||||
<div id="index">
|
||||
<a class="leftborder" href="../html/index2.html">Index</a></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="pagetitle">
|
||||
<h1>Configuring the Mac OS X Firewall</h1>
|
||||
</div>
|
||||
<br>
|
||||
<p>Upon opening Transmission for the first time, a Mac OS X dialog box should appear asking if you will allow Transmission to receive incoming connections. Click Accept.
|
||||
<p>If this doesn't happen, you can add Transmission to the firewall manually:
|
||||
<div summary="To do this" class="taskbox">
|
||||
<ol>
|
||||
<li>Open System Prefs -> Security -> Firewall. Make sure "Set access for specific services and applications" is selected.</li>
|
||||
<li>Click the "+" button and select Transmission from your Applications folder. </li>
|
||||
<li>Make sure the pull down menu is set to "Allow incoming connections".
|
||||
</ol>
|
||||
</div>
|
||||
<head>
|
||||
<META http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link media="all" rel="stylesheet" href="../styles/TransBody.css" />
|
||||
<title>Configuring the Mac OS X Firewall</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="mainbox">
|
||||
<div id="banner">
|
||||
<div id="machelp"><a class="bread" href="../index.html">Transmission Help</a></div>
|
||||
<div id="index"><a class="leftborder" href="../html/index2.html">Index</a></div>
|
||||
</div>
|
||||
</body>
|
||||
</div>
|
||||
<div class="pagetitle">
|
||||
<h1>Configuring the Mac OS X Firewall</h1>
|
||||
</div>
|
||||
<br>
|
||||
<p>Upon opening Transmission for the first time, a Mac OS X dialog box should appear asking if you will allow Transmission to receive incoming connections. Click Accept.</p>
|
||||
<p>If this doesn't happen, you can add Transmission to the firewall manually:</p>
|
||||
<div class="taskbox">
|
||||
<ol>
|
||||
<li>Open System Prefs → Security → Firewall. Make sure "Set access for specific services and applications" is selected.</li>
|
||||
<li>Click the "+" button and select Transmission from your Applications folder. </li>
|
||||
<li>Make sure the pull down menu is set to "Allow incoming connections".
|
||||
</ol>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user