mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
571 lines
30 KiB
HTML
571 lines
30 KiB
HTML
<!DOCTYPE html>
|
||
<html>
|
||
<head>
|
||
<title data-i18n="optionsTitle"></title>
|
||
<meta charset="UTF-8">
|
||
<link rel="stylesheet" href="bootstrap.min.css" />
|
||
<link rel="stylesheet" href="options.css" />
|
||
<script src="../browser-polyfill.min.js"></script>
|
||
<script src="../global.js"></script>
|
||
<script src="../jquery-3.3.1.min.js"></script>
|
||
<script src="bootstrap.min.js"></script>
|
||
<script src="options.js"></script>
|
||
<script src="../translate.js" defer></script>
|
||
</head>
|
||
<body>
|
||
<div class="container">
|
||
<h3 class="muted"><img src="/icons/keepassxc_48x48.png" alt="logo"> KeePassXC-Browser</h3>
|
||
|
||
<nav class="navbar navbar-default">
|
||
<ul class="nav navbar-nav">
|
||
<li class="active"><a href="#general-settings" tabindex="1"><span data-i18n="optionsMenuGeneral"></span></a></li>
|
||
<li><a href="#connected-databases" tabindex="2"><span data-i18n="optionsMenuConnectedDatabases"></span></a></li>
|
||
<li><a href="#custom-fields" tabindex="3"><span data-i18n="optionsMenuCustomFields"></span></a></li>
|
||
<li><a href="#site-preferences" tabindex="4"><span data-i18n="optionsMenuSitePreferences"></span></a></li>
|
||
<li><a href="#about" tabindex="5"><span data-i18n="optionsMenuAbout"></span></a></li>
|
||
</ul>
|
||
</nav>
|
||
|
||
<!-- General Settings -->
|
||
<div class="tab" id="tab-general-settings">
|
||
<h2 data-i18n="optionsGeneralSettingsTab"></h2>
|
||
<hr />
|
||
<h3 data-i18n="optionsKeyboardShortcutsHeader"></h3>
|
||
<p>
|
||
<span data-i18n="contextMenuFillUsernameAndPassword"></span>: <span id="fill_username_password-shortcut">error</span><br />
|
||
<span data-i18n="contextMenuFillPassword"></span>: <span id="fill_password-shortcut">error</span><br />
|
||
<span data-i18n="contextMenuFillTOTP"></span>: <span id="fill_totp-shortcut">error</span><br />
|
||
<span data-i18n="contextMenuShowPasswordGenerator"></span>: <span id="show_password_generator-shortcut">error</span>
|
||
</p>
|
||
<p id="chrome-only"><button class="btn btn-sm btn-primary" id="configureCommands" type="button" data-i18n="[title]openNewTab"><span class="glyphicon glyphicon-cog"></span><span data-i18n="optionsConfigureShortcuts"></span></button></p>
|
||
<p>
|
||
<div class="form-group">
|
||
<label for="blinkTimeout" data-i18n="optionsLabelBlinkTime"></label>
|
||
<div class="control-group">
|
||
<div class="input-append">
|
||
<input type="number" id="blinkTimeout" placeholder="7500" value="7500" min="-1"/>
|
||
<button class="btn btn-sm btn-primary" id="blinkTimeoutButton" type="button"><span class="glyphicon glyphicon-floppy-disk"></span> <span data-i18n="optionsButtonSave"></span></button>
|
||
</div>
|
||
</div>
|
||
<span class="help-inline">
|
||
<span data-i18n="optionsBlinkTimeHelpText"></span>
|
||
<br />
|
||
<span data-i18n="optionsDefault" i18n-placeholder="7500"></span>, <span data-i18n="optionsInfinite" i18n-placeholder="-1"></span>
|
||
</span>
|
||
</div>
|
||
</p>
|
||
<p>
|
||
<div class="form-group">
|
||
<label for="blinkMinTimeout" data-i18n="optionsLabelRedirectOffset"></label>
|
||
<div class="control-group">
|
||
<div class="input-append">
|
||
<input type="number" id="blinkMinTimeout" placeholder="2000" value="2000" min="-1"/>
|
||
<button class="btn btn-sm btn-primary" id="blinkMinTimeoutButton" type="button"><span class="glyphicon glyphicon-floppy-disk"></span> <span data-i18n="optionsButtonSave"></span></button>
|
||
</div>
|
||
</div>
|
||
<span class="help-inline">
|
||
<span data-i18n="optionsRedirectOffsetHelpText"></span>
|
||
<br />
|
||
<span data-i18n="optionsRedirectOffsetHelpTextSecond"></span>
|
||
<br />
|
||
<span data-i18n="optionsDefault" i18n-placeholder="-1"></span>, <span data-i18n="optionsRecommended" i18n-placeholder="2000"></span>
|
||
</span>
|
||
</div>
|
||
</p>
|
||
<p>
|
||
<div class="form-group">
|
||
<label for="allowedRedirect" data-i18n="optionsLabelRedirectAllowance"></label>
|
||
<div class="control-group">
|
||
<div class="input-append">
|
||
<input type="number" id="allowedRedirect" placeholder="1" value="1" min="1"/>
|
||
<button class="btn btn-sm btn-primary" id="allowedRedirectButton" type="button"><span class="glyphicon glyphicon-floppy-disk"></span> <span data-i18n="optionsButtonSave"></span></button>
|
||
</div>
|
||
</div>
|
||
<span class="help-inline">
|
||
<span data-i18n="optionsRedirectAllowanceHelpText"></span>
|
||
<br />
|
||
<span data-i18n="optionsDefault"></span>1
|
||
</span>
|
||
</div>
|
||
</p>
|
||
<hr />
|
||
<p>
|
||
<div class="checkbox">
|
||
<label class="checkbox">
|
||
<input type="checkbox" name="usePasswordGenerator" value="true"/><span data-i18n="optionsCheckboxUsePasswordGenerator"></span>
|
||
</label>
|
||
<span class="help-block">
|
||
<span data-i18n="optionsUsePasswordGeneratorHelpText"></span>
|
||
<br />
|
||
<span data-i18n="optionsUsePasswordGeneratorHelpTextSecond"></span></span>
|
||
</div>
|
||
</p>
|
||
<hr />
|
||
<p>
|
||
<div class="checkbox">
|
||
<label class="checkbox">
|
||
<input type="checkbox" name="autoRetrieveCredentials" value="true" /><span data-i18n="optionsCheckboxAutoRetrieveCredentials"></span>
|
||
</label>
|
||
<span class="help-block" data-i18n="optionsAutoRetrieveCredentialsHelpText"></span>
|
||
</div>
|
||
</p>
|
||
<hr />
|
||
<p>
|
||
<div class="checkbox">
|
||
<label class="checkbox">
|
||
<input type="checkbox" name="autoFillSingleEntry" value="false" /><span data-i18n="optionsCheckboxAutoFillSingleEntry"></span>
|
||
</label>
|
||
<span class="help-block" data-i18n="optionsAutoFillSingleEntryHelpText"></span>
|
||
<span class="bg-danger" data-i18n="optionsAutoFillSingleEntryWarning"></span>
|
||
</div>
|
||
</p>
|
||
<hr />
|
||
<p>
|
||
<div class="checkbox">
|
||
<label class="checkbox">
|
||
<input type="checkbox" name="autoCompleteUsernames" value="true" /><span data-i18n="optionsCheckboxAutoCompleteUsernames"></span>
|
||
</label>
|
||
<span class="help-block" data-i18n="optionsAutocompleteUsernamesHelpText"></span>
|
||
</div>
|
||
</p>
|
||
<hr />
|
||
<p>
|
||
<div class="checkbox">
|
||
<label class="checkbox">
|
||
<input type="checkbox" name="showNotifications" value="true" /><span data-i18n="optionsCheckboxShowNotifications"></span>
|
||
</label>
|
||
<span class="help-block" data-i18n="optionsShowNotificationsHelpText"></span>
|
||
</div>
|
||
<div class="checkbox">
|
||
<label class="checkbox">
|
||
<input type="checkbox" name="showLoginNotifications" value="true" /><span data-i18n="optionsCheckboxShowLoginNotifications"></span>
|
||
</label>
|
||
</div>
|
||
</p>
|
||
<hr />
|
||
<p>
|
||
<div class="checkbox">
|
||
<label class="checkbox">
|
||
<input type="checkbox" name="saveDomainOnly" value="true" /><span data-i18n="optionsSaveDomainOnly"></span>
|
||
</label>
|
||
<span class="help-block" data-i18n="optionsSaveDomainOnlyHelpText"></span>
|
||
</div>
|
||
</p>
|
||
<hr />
|
||
<p>
|
||
<div data-i18n="optionsRadioText"></div>
|
||
<label class="radio-inline"><input type="radio" name="checkUpdateKeePassXC" value="3" checked><span data-i18n="optionsRadioThreeDays"></span></label>
|
||
<label class="radio-inline"><input type="radio" name="checkUpdateKeePassXC" value="7" /><span data-i18n="optionsRadioWeek"></span></label>
|
||
<label class="radio-inline"><input type="radio" name="checkUpdateKeePassXC" value="30" /><span data-i18n="optionsRadioMonth"></span></label>
|
||
<label class="radio-inline"><input type="radio" name="checkUpdateKeePassXC" value="0" /><span data-i18n="optionsRadioNever"></span></label>
|
||
</p>
|
||
<div class="help-block kphVersion">
|
||
<span data-i18n="optionsVersionInfoText"></span>
|
||
<br />
|
||
<span data-i18n="optionsVersionDownload" i18n-placeholder="<a target='_blank' href='https://keepassxc.org/'>https://keepassxc.org/</a>"></span>
|
||
<br />
|
||
<br />
|
||
<div>
|
||
<span data-i18n="optionsVersionRunning" i18n-placeholder="<em class='yourVersion'></em>"></span>
|
||
</div>
|
||
<div>
|
||
<span data-i18n="optionsLatestVersion" i18n-placeholder="<em class='latestVersion'></em>"></span>
|
||
<button class="btn btn-sm btn-primary checkUpdateKeePassXC"><span class="glyphicon glyphicon-refresh"></span> <span data-i18n="optionsButtonUpdate"></span></button>
|
||
</div>
|
||
</div>
|
||
<hr />
|
||
<p>
|
||
<div class="checkbox">
|
||
<label class="checkbox">
|
||
<input type="checkbox" name="autoFillAndSend" value="0" /><span data-i18n="optionsCheckboxAutoFillAndSend"></span>
|
||
</label>
|
||
<span class="help-block">
|
||
<span data-i18n="optionsAutoFillAndSendHelpText"></span>
|
||
<br />
|
||
<span data-i18n="optionsAutoFillAndSendHelpTextSecond"></span>
|
||
</span>
|
||
</div>
|
||
<!--<img src="/options/http-auth-dialog.png" alt="http-auth-dialog" />-->
|
||
<img src="/options/http-auth-dialog.png" data-i18n="[alt]httpAuthDialog"/>
|
||
</p>
|
||
</div>
|
||
|
||
<!-- Connected Databases -->
|
||
<div class="tab" id="tab-connected-databases">
|
||
<h2 data-i18n="optionsConnectedDatabasesTab"></h2>
|
||
<hr />
|
||
<table class="table table-striped table-bordered table-hover">
|
||
<caption data-i18n="optionsConnectedDatabasesText"></caption>
|
||
<thead>
|
||
<tr>
|
||
<th scope="col"><span data-i18n="optionsDatabaseIdentifier"></span></th>
|
||
<th scope="col"><span data-i18n="optionsDatabaseKey"></span></th>
|
||
<th scope="col"><span data-i18n="optionsDatabaseLastUsed"></span></th>
|
||
<th scope="col"><span data-i18n="optionsDatabaseCreated"></span></th>
|
||
<th scope="col"><span data-i18n="optionsDatabaseDelete"></span></th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr class="empty">
|
||
<td colspan="5"><span data-i18n="optionsConnectedDatabasesNotFound"></span></td>
|
||
</tr>
|
||
<tr class="clone">
|
||
<td></td>
|
||
<td></td>
|
||
<td class="last-used"></td>
|
||
<td class="created"></td>
|
||
<td><button class="btn delete btn-danger"><span class="glyphicon glyphicon-remove-sign"></span> <span data-i18n="optionsButtonRemove"></span></button></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<div style="text-align: right">
|
||
<button id="connect-button" class="btn btn-primary"><span class="glyphicon glyphicon-link"></span> <span data-i18n="optionsButtonConnect"></span></button>
|
||
</div>
|
||
|
||
<div id="dialogDeleteConnectedDatabase" class="modal fade" tabindex="-1" role="dialog">
|
||
<div class="modal-dialog">
|
||
<div class="modal-content">
|
||
<div class="modal-header">
|
||
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
||
<h3 class="modal-title" id="myModalLabel" data-i18n="optionsDatabasesRemoveIdentifier"></h3>
|
||
</div>
|
||
<div class="modal-body">
|
||
<p data-i18n="optionsDatabasesRemoveIdentifierConfirmFirst"></p>
|
||
<span class="bold"></span>
|
||
<p class="help-block" data-i18n="optionsDatabasesRemoveIdentifierConfirmSecond"></p>
|
||
</div>
|
||
<div class="modal-footer">
|
||
<button class="btn" data-dismiss="modal" aria-hidden="true"><span class="glyphicon glyphicon-remove"></span> <span data-i18n="optionsButtonCancel"></span></button>
|
||
<button class="btn yes btn-primary" autofocus><span class="glyphicon glyphicon-ok"></span> <span data-i18n="optionsButtonRemoveNow"></span></button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- Custom credential fields -->
|
||
<div class="tab" id="tab-custom-fields">
|
||
<h2 data-i18n="optionsCustomFieldsTab"></h2>
|
||
<hr />
|
||
<p>
|
||
<span data-i18n="optionsCustomFieldsTabHelpTextFirst"></span>
|
||
<br />
|
||
<span data-i18n="optionsCustomFieldsTabHelpTextSecond"></span><em><span data-i18n="popupChooseCredentialsText"></span></em>.
|
||
</p>
|
||
<table class="table table-striped table-bordered table-hover">
|
||
<caption data-i18n="optionsCustomFieldsTableCaption"></caption>
|
||
<thead>
|
||
<tr>
|
||
<th scope="col"><span data-i18n="optionsColumnPageURL"></span></th>
|
||
<th scope="col"><span data-i18n="optionsColumnDelete"></span></th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr class="empty">
|
||
<td colspan="2"><span data-i18n="optionsCustomFieldsNotFound"></span></td>
|
||
</tr>
|
||
<tr class="clone">
|
||
<td></td>
|
||
<td><button class="btn delete btn-danger btn"><span class="glyphicon glyphicon-remove-sign"></span> <span data-i18n="optionsButtonRemove"></span></button></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<div id="dialogDeleteCustomCredentialFields" class="modal fade" tabindex="-1" role="dialog">
|
||
<div class="modal-dialog">
|
||
<div class="modal-content">
|
||
<div class="modal-header">
|
||
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
||
<h3 id="myModalLabel" data-i18n="optionsCustomFieldsRemove"></h3>
|
||
</div>
|
||
<div class="modal-body">
|
||
<p><span data-i18n="optionsCustomFieldsConfirmation" i18n-placeholder="<strong></strong>"></span></p>
|
||
<p class="help-block" data-i18n="optionsCustomFieldsConfirmationHelpText"></p>
|
||
</div>
|
||
<div class="modal-footer">
|
||
<button class="btn" data-dismiss="modal" aria-hidden="true"><span class="glyphicon glyphicon-remove"></span> <span data-i18n="optionsButtonCancel"></span></button>
|
||
<button class="btn yes btn-primary" autofocus><span class="glyphicon glyphicon-ok"></span> <span data-i18n="optionsButtonRemoveNow"></span></button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- Site preferences -->
|
||
<div class="tab" id="tab-site-preferences">
|
||
<h2 data-i18n="optionsSitePreferencesTab"></h2>
|
||
<hr />
|
||
<p>
|
||
<span data-i18n="optionsSitePreferencesTabHelpTextFirst"></span>
|
||
<br />
|
||
<span data-i18n="optionsSitePreferencesTabHelpTextSecond"></span> <em><span data-i18n="popupButtonIgnore"></span></em>.
|
||
<br />
|
||
<span data-i18n="optionsSitePreferencesTabHelpTextThird"></span>
|
||
<br />
|
||
<span data-i18n="optionsSitePreferencesTabHelpTextFourth"></span>
|
||
</p>
|
||
<hr />
|
||
<div class="form-group">
|
||
<label for="manualUrl" data-i18n="optionsSitePreferencesManualAddText"></label>
|
||
<div class="control-group" id="manualUrlGroup">
|
||
<div class="input-append">
|
||
<input type="url" id="manualUrl" pattern="ftp://.*|http://.*|https://.*" minlength="10">
|
||
<button class="btn btn-sm btn-primary" id="sitePreferencesManualAdd" type="button"><span class="glyphicon glyphicon-plus-sign"></span> <span data-i18n="optionsButtonAdd"></span></button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<hr />
|
||
<table class="table table-striped table-bordered table-hover">
|
||
<caption data-i18n="optionsSitePreferencesTableCaption"></caption>
|
||
<thead>
|
||
<tr>
|
||
<th scope="col"><span data-i18n="optionsColumnPageURL"></span></th>
|
||
<th scope="col"><span data-i18n="optionsColumnIgnore"></span></th>
|
||
<th scope="col"><span data-i18n="optionsColumnUsernameOnly"></span></th>
|
||
<th scope="col"><span data-i18n="optionsColumnDelete"></span></th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr class="empty">
|
||
<td colspan="4"><span data-i18n="optionsSitePreferencesNotFound"></span></td>
|
||
</tr>
|
||
<tr class="clone">
|
||
<td></td>
|
||
<td>
|
||
<select name="ignore" data-i18n="[title]optionsSitePreferencesSelect">
|
||
<option value="ignoreNothing" data-i18n="optionsSelectionNothing"></option>
|
||
<option value="ignoreNormal" data-i18n="optionsSelectionNormal"></option>
|
||
<option value="ignoreFull" data-i18n="optionsSelectionFull"></option>
|
||
</select>
|
||
</td>
|
||
<td><input type="checkbox" name="usernameOnly" value="false" data-i18n="[title]optionsColumnUsernameOnly"/></td>
|
||
<td><button class="btn delete btn-danger btn"><span class="glyphicon glyphicon-remove-sign"></span> <span data-i18n="optionsButtonRemove"></span></button></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<div id="dialogDeleteSite" class="modal fade" tabindex="-1" role="dialog">
|
||
<div class="modal-dialog">
|
||
<div class="modal-content">
|
||
<div class="modal-header">
|
||
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
||
<h3 id="myModalLabel" data-i18n="optionsSitePreferencesRemove"></h3>
|
||
</div>
|
||
<div class="modal-body">
|
||
<p><span data-i18n="optionsSitePreferencesConfirmation" i18n-placeholder="<strong></strong>"></span></p>
|
||
<p class="help-block" data-i18n="optionsSitePreferencesConfirmationHelpText"></p>
|
||
</div>
|
||
<div class="modal-footer">
|
||
<button class="btn" data-dismiss="modal" aria-hidden="true"><span class="glyphicon glyphicon-remove"></span> <span data-i18n="optionsButtonCancel"></span></button>
|
||
<button class="btn yes btn-primary" autofocus><span class="glyphicon glyphicon-ok"></span> <span data-i18n="optionsButtonRemoveNow"></span></button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- About -->
|
||
<div class="tab" id="tab-about">
|
||
<h2 data-i18n="optionsAboutTab"></h2>
|
||
<hr />
|
||
<p>
|
||
<a target="_blank" href="https://chrome.google.com/webstore/detail/keepassxc-browser/oboonakemofpalcgghocfoadofidjkkk" data-i18n="[title]openNewTab" tabindex="6"><span data-i18n="optionsAboutChrome"></span></a>
|
||
</p>
|
||
<p>
|
||
<a target="_blank" href="https://addons.mozilla.org/en-US/firefox/addon/keepassxc-browser/" data-i18n="[title]openNewTab" tabindex="7"><span data-i18n="optionsAboutMozilla"></span></a>
|
||
</p>
|
||
<p>
|
||
<a target="_blank" href="https://github.com/keepassxreboot/keepassxc-browser" data-i18n="[title]openNewTab" tabindex="8"><span data-i18n="optionsAboutGitHub"></span></a>
|
||
</p>
|
||
<hr />
|
||
<p>
|
||
<span data-i18n="optionsAboutExtensionVersion" i18n-placeholder="<em class='versionCIP'></em>"></span>
|
||
</p>
|
||
<p>
|
||
<span data-i18n="optionsAboutKeePassXCVersion" i18n-placeholder="<em class='versionKPH'></em>"></span>
|
||
</p>
|
||
<hr />
|
||
<p>
|
||
<span data-i18n="optionsAboutContributors"></span>:<br>
|
||
<a target="_blank" href="https://github.com/pfn/" data-i18n="[title]openNewTab" tabindex="9">Perry Nguyen</a>,
|
||
<a target="_blank" href="http://lukas-schulze.de" data-i18n="[title]openNewTab" tabindex="10">Lukas Schulze</a>,
|
||
<a target="_blank" href="https://github.com/smorks" data-i18n="[title]openNewTab" tabindex="11">Andy Brandt</a>,
|
||
<a target="_blank" href="https://github.com/varjolintu/" data-i18n="[title]openNewTab" tabindex="12">Sami Vänttinen</a>,
|
||
<a target="_blank" href="https://github.com/keepassxreboot/keepassxc-browser" data-i18n="[title]openNewTab" tabindex="13">KeePassXC Team</a>.
|
||
</p>
|
||
<hr />
|
||
<p>
|
||
<span data-i18n="optionsAboutLicenses"></span>:<br>
|
||
|
||
<details>
|
||
<summary>Bootstrap</summary>
|
||
<pre>
|
||
The MIT License (MIT)
|
||
|
||
Copyright (c) 2011-2018 Twitter, Inc.
|
||
Copyright (c) 2011-2018 The Bootstrap Authors
|
||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||
of this software and associated documentation files (the "Software"), to deal
|
||
in the Software without restriction, including without limitation the rights
|
||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||
copies of the Software, and to permit persons to whom the Software is
|
||
furnished to do so, subject to the following conditions:
|
||
|
||
The above copyright notice and this permission notice shall be included in
|
||
all copies or substantial portions of the Software.
|
||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||
THE SOFTWARE.
|
||
</pre>
|
||
</details>
|
||
|
||
<details>
|
||
<summary>jQuery</summary>
|
||
<pre>
|
||
Copyright JS Foundation and other contributors, https://js.foundation/
|
||
|
||
Permission is hereby granted, free of charge, to any person obtaining
|
||
a copy of this software and associated documentation files (the
|
||
"Software"), to deal in the Software without restriction, including
|
||
without limitation the rights to use, copy, modify, merge, publish,
|
||
distribute, sublicense, and/or sell copies of the Software, and to
|
||
permit persons to whom the Software is furnished to do so, subject to
|
||
the following conditions:
|
||
|
||
The above copyright notice and this permission notice shall be
|
||
included in all copies or substantial portions of the Software.
|
||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
||
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
||
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||
</pre>
|
||
</details>
|
||
|
||
<details>
|
||
<summary>Fork Awesome</summary>
|
||
<pre>
|
||
Copyright (c) 2018, Fork Awesome (https://forkawesome.github.io),
|
||
with Reserved Font Name Fork Awesome.
|
||
|
||
|
||
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
||
This license is copied below, and is also available with a FAQ at:
|
||
http://scripts.sil.org/OFL
|
||
|
||
|
||
-----------------------------------------------------------
|
||
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
||
-----------------------------------------------------------
|
||
|
||
PREAMBLE
|
||
The goals of the Open Font License (OFL) are to stimulate worldwide
|
||
development of collaborative font projects, to support the font creation
|
||
efforts of academic and linguistic communities, and to provide a free and
|
||
open framework in which fonts may be shared and improved in partnership
|
||
with others.
|
||
|
||
The OFL allows the licensed fonts to be used, studied, modified and
|
||
redistributed freely as long as they are not sold by themselves. The
|
||
fonts, including any derivative works, can be bundled, embedded,
|
||
redistributed and/or sold with any software provided that any reserved
|
||
names are not used by derivative works. The fonts and derivatives,
|
||
however, cannot be released under any other type of license. The
|
||
requirement for fonts to remain under this license does not apply
|
||
to any document created using the fonts or their derivatives.
|
||
|
||
DEFINITIONS
|
||
"Font Software" refers to the set of files released by the Copyright
|
||
Holder(s) under this license and clearly marked as such. This may
|
||
include source files, build scripts and documentation.
|
||
|
||
"Reserved Font Name" refers to any names specified as such after the
|
||
copyright statement(s).
|
||
|
||
"Original Version" refers to the collection of Font Software components as
|
||
distributed by the Copyright Holder(s).
|
||
|
||
"Modified Version" refers to any derivative made by adding to, deleting,
|
||
or substituting -- in part or in whole -- any of the components of the
|
||
Original Version, by changing formats or by porting the Font Software to a
|
||
new environment.
|
||
|
||
"Author" refers to any designer, engineer, programmer, technical
|
||
writer or other person who contributed to the Font Software.
|
||
|
||
PERMISSION & CONDITIONS
|
||
Permission is hereby granted, free of charge, to any person obtaining
|
||
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
||
redistribute, and sell modified and unmodified copies of the Font
|
||
Software, subject to the following conditions:
|
||
|
||
1) Neither the Font Software nor any of its individual components,
|
||
in Original or Modified Versions, may be sold by itself.
|
||
|
||
2) Original or Modified Versions of the Font Software may be bundled,
|
||
redistributed and/or sold with any software, provided that each copy
|
||
contains the above copyright notice and this license. These can be
|
||
included either as stand-alone text files, human-readable headers or
|
||
in the appropriate machine-readable metadata fields within text or
|
||
binary files as long as those fields can be easily viewed by the user.
|
||
|
||
3) No Modified Version of the Font Software may use the Reserved Font
|
||
Name(s) unless explicit written permission is granted by the corresponding
|
||
Copyright Holder. This restriction only applies to the primary font name as
|
||
presented to the users.
|
||
|
||
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
||
Software shall not be used to promote, endorse or advertise any
|
||
Modified Version, except to acknowledge the contribution(s) of the
|
||
Copyright Holder(s) and the Author(s) or with their explicit written
|
||
permission.
|
||
|
||
5) The Font Software, modified or unmodified, in part or in whole,
|
||
must be distributed entirely under this license, and must not be
|
||
distributed under any other license. The requirement for fonts to
|
||
remain under this license does not apply to any document created
|
||
using the Font Software.
|
||
|
||
TERMINATION
|
||
This license becomes null and void if any of the above conditions are
|
||
not met.
|
||
|
||
DISCLAIMER
|
||
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
||
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
||
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
||
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
||
OTHER DEALINGS IN THE FONT SOFTWARE.
|
||
</pre>
|
||
</details>
|
||
</p>
|
||
<hr />
|
||
<p>
|
||
<span data-i18n="optionsAboutReportBugs"></span>:<br>
|
||
<a target="_blank" href="https://github.com/keepassxreboot/keepassxc-browser/issues/new" tabindex="14"><span data-i18n="optionsAboutCreateNewIssue"></span></a>
|
||
<p><span data-i18n="optionsAboutDebugInfo"></span>:
|
||
<p>KeePassXC - <span class="kpxcVersion"></span>
|
||
<br>KeePassXC-Browser - <span class="kpxcbrVersion"></span>
|
||
<br>Operating system: <span class="kpxcbrOS"></span>
|
||
<br>Browser: <span class="kpxcbrBrowser"></span>
|
||
</p>
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="footer">
|
||
<p>(C) 2017-2019 - KeePassXC Team</p>
|
||
</div>
|
||
</div> <!-- /container -->
|
||
</body>
|
||
</html>
|