Rename bandwidth sharing to hotlinking
This commit is contained in:
@@ -81,7 +81,7 @@ onMount(() => {
|
|||||||
<LoadingIndicator loading={loading}/>
|
<LoadingIndicator loading={loading}/>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<h2><Pro/>Bandwidth sharing (hotlinking)</h2>
|
<h2><Pro/>Hotlinking (bandwidth sharing)</h2>
|
||||||
<SuccessMessage bind:this={success_message}></SuccessMessage>
|
<SuccessMessage bind:this={success_message}></SuccessMessage>
|
||||||
|
|
||||||
<button on:click={toggle_hotlinking}>
|
<button on:click={toggle_hotlinking}>
|
||||||
@@ -92,13 +92,12 @@ onMount(() => {
|
|||||||
{/if}
|
{/if}
|
||||||
</button>
|
</button>
|
||||||
<p>
|
<p>
|
||||||
When bandwidth sharing is enabled all the bandwidth that your files
|
When hotlinking is enabled all the bandwidth that your files use will be
|
||||||
use will be subtracted from your data cap. Advertisements will be
|
subtracted from your data cap. Advertisements will be disabled on the
|
||||||
disabled on the download pages for your files and download speed
|
download pages for your files and download speed will be unlimited. The
|
||||||
will be unlimited. The rate limiting captcha for files is also
|
rate limiting captcha for files is also disabled when bandwidth sharing
|
||||||
disabled when bandwidth sharing is on. You can directly embed your
|
is on. You can directly embed your file's download link anywhere, you
|
||||||
file's download link anywhere, you don't need to use the file viewer
|
don't need to use the file viewer page.
|
||||||
page.
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2><Pro/>Bill shock limit</h2>
|
<h2><Pro/>Bill shock limit</h2>
|
||||||
|
Reference in New Issue
Block a user