Skip to content

Commit

Permalink
Update settings.html
Browse files Browse the repository at this point in the history
  • Loading branch information
MyBooty165 authored Oct 21, 2024
1 parent 2e0c63c commit c17874f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ <h1 class="settings-box-title">Configuration</h1>
<p class="settings-actions-subtitle" style="width: 100%; margin-top: 10px;">Page Configs</p>
<div class="settings-input-box">
<p class="settings-input-label">Switch CORS Proxy</p>
<select class="select-settings" id="cors" onchange="switchcors()" onload="if (savedcors) { const corsselect = document.getElementById('cors'); corsselect.value = savedcors; }">
<select class="select-settings" id="cors" onchange="switchcors()">
<option value="workers.dev">Default (workers.dev)</option>
<option value="onrender.com">Render</option>
<option value="duckdns.org">DuckDNS</option>
Expand Down

0 comments on commit c17874f

Please sign in to comment.