Skip to content

Commit b3c6a40

Browse files
committed
security name update
1 parent 18cd6d4 commit b3c6a40

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

frontend/static/js/settings_forms.js

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1157,6 +1157,21 @@ const SettingsForms = {
11571157
<p class="setting-help">Time to wait between Swaparr processing cycles (default: 900 seconds / 15 minutes)</p>
11581158
</div>
11591159
1160+
</div>
1161+
1162+
<div class="settings-group" style="
1163+
background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%);
1164+
border: 2px solid rgba(90, 109, 137, 0.3);
1165+
border-radius: 12px;
1166+
padding: 20px;
1167+
margin: 15px 0 25px 0;
1168+
box-shadow: 0 4px 12px rgba(90, 109, 137, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.1);
1169+
">
1170+
<h3>Security Features</h3>
1171+
<p class="setting-help" style="margin-bottom: 20px; color: #9ca3af;">
1172+
Advanced security features to protect your system from malicious downloads and suspicious content by analyzing download names and titles. Detection is based on filename patterns, not file contents.
1173+
</p>
1174+
11601175
<div class="setting-item">
11611176
<label for="swaparr_malicious_detection">
11621177
<a href="https://plexguide.github.io/Huntarr.io/apps/swaparr.html#malicious-file-detection" class="info-icon" title="Enable malicious file detection" target="_blank" rel="noopener">

0 commit comments

Comments
 (0)