{% set metaTitle = "FAQ" %} {% set metaUrl = '/faq' %} {% extends "_layout.njk" %} {% set noJsMaxSizeInt = config.cloudflare.noJsMaxSize | int %} {% set chunkSizeInt = config.uploads.chunkSize | int %} {% set extensionsFilterMode = config.extensionsFilterMode %} {% set extensionsFilter = config.extensionsFilter %} {% block stylesheets %} {{ super() }} {% endblock %} {% block content %} {{ super() }}

General

What is {{ globals.name }}?

This is a fork of lolisafe.
{{ globals.fork_host }} repository of the fork is located here.
{% if globals.enable_faq_banned_categories -%}

Are there any banned categories?

Banned categories are the following, but not limited to:
Child pornography.
Virus/malware, or anything Google Safe Search would categorize as unwanted software *.
Copyrighted content. Meaning I will respond to copyright takedown notices,.. if any.
Full-length episodes of cartoons, TV shows or movies of any kind. Japanese, Chinese, Antarcticaness, I don't care.
CD drama audio files. I only know of Japanese shows that have these, but regardless of nationality.

Any of such uploads, when found, will be purged immediately without any prior notice.
Repeat offenders will have their IPs permanently blocked from accessing {{ globals.whole_faq }}.
For child pornography specifically, first offenders will immediately be blocked permanently.

* When Google Safe Search detects unwanted software, Chrome's users will be alerted that anything they download from {{ globals.whole_faq }} are unsafe.
{%- endif %}

Will you keep my uploads forever?

Unless the uploads are included within the banned categories above, or some other bullshit, I will.
{% if globals.takedowns_url -%} In case I have to take down any uploads, I will log their names and explanations in here.
{%- endif %}
Otherwise, we also have temporary uploads feature, with which you can have your uploads be automatically deleted after a period of time.
It is disabled by default, but you can configure it through our homepage uploader's Config tab.

How can I keep track of my uploads?

Simply create a user on the site and every uploads will be associated with your account, granting you access to your uploads through our Dashboard.
You will have to do this if you ever want to delete your own uploads in the future, unless you choose to use the temporary uploads feature.

What are albums?

Albums are a simple way of sorting/categorizing uploads together.
You can share public links to these albums, allowing everyone else to view pretty listings of the uploads in them.
Albums can also be downloaded as ZIP-archives.
Both of these features can be toggled per-album basis from the Dashboard.

Why should I use this?

I don't know.

I saw something too illegal for my tastes here, what should I do?

Send a strongly worded email to {{ globals.email }} and I will try to get back to you within 48 hours.
These include copyright takedown notices and reports about uploads violating banned categories.
{% if globals.support -%}

How can I support {{ globals.name }}?

{{ globals.support | safe }}
{%- endif %}

Technical

What are the allowed extensions here?

{% if extensionsFilter.length -%} {%- if extensionsFilterMode === 'whitelist' -%} We only support the following extensions: {%- else -%} We support any file extensions, except the following: {%- endif -%}
{% set comma = joiner(' ') -%} {%- for extension in extensionsFilter -%} {{ comma() }}{{ extension }} {%- endfor -%} {%- else -%} We support any file extensions. {%- endif %}

Why are my .htm/.html uploads being served as plain text?

There had been too many phishing pages being uploaded in the past.
{% if globals.server_location -%}

Where is the server located?

{{ globals.server_location | safe }}. {% if config.cloudflare.purgeCache -%}
We are using Cloudflare though, so you can expect your uploads to be delivered quickly all over the world after they have been cached. {%- endif %}
{%- endif %} {% if config.cloudflare.purgeCache -%}

Since my uploads are cached, what about after I delete them from the dashboard?

We will send API requests to Cloudflare to purge their cache immediately after you delete your uploads from the dashboard.
Cache of their thumbnails will also be purged, if applicable.
{%- endif %} {% if globals.enable_faq_tor -%}

I cannot access this website with Tor and/or VPNs!?

My server is actively refreshing and blacklisting Tor exit nodes.
There have been too many child pornography uploaders using Tor, that they simply didn't care about individual IPs being banned.
Sometimes I might also end up blacklisting IP ranges that were known to come from VPNs, if there had been attempts with multiple of those IPs.
Nothing much I can do about it. We live in a society.
{%- endif %}

Are there any Desktop clients?

We do have some browser extensions:
Firefox extension. Maintained by me. Its GitHub repository is located here.
Chrome extension. Maintained by lolisafe's team. Its GitHub repository is located here.
With the Chrome extension specifically, you will have to manually set the domain in the extension's settings to https://safe.fiery.me.

If you use Windows desktop, the safe support uploads from ShareX.
You can download the config file by clicking on the ShareX icon on the homepage.
When logged in, the config file will also be automatically populated with your account's token.
This will allow you to manage your ShareX uploads from our Dashboard.

If you use Linux desktop, there is a compatible bash uploader which I also maintain.
You can learn more about it from its GitHub repository.

Do you have a No-JS uploader form?

{% if noJsMaxSizeInt and chunkSizeInt -%}

Why is the maximum file size in the No-JS uploader form smaller?

This site is using Cloudflare, which limits the maximum upload size.
Since the homepage uploader chunks your uploads through JS wizardry, it is possible to increase the maximum file size there.
{%- endif %} {% if chunkSizeInt -%}

So your API supports chunked uploads?

Yes. The homepage uploader was coded to chunk uploads into {{ chunkSizeInt }} MB pieces by default. However, this is configurable through its Config tab.

If you want to chunk your API uploads, feel free to inspect the source code to see how it works.
A rough description of how it works is to simply upload the chunks with their UUID information attached,
and then call the "finish chunks" API with the said UUID, to rebuild them into a single proper file.
{%- endif %} {% if globals.fork_repo -%}

I found a bug! -or- I want to request a feature!

Feel free to create a {{ globals.fork_host }} issue here.
If you do not have a {{ globals.fork_host }} account, you can also email {{ globals.email }}.
{%- endif %}

How do I delete my own account and all the uploads associated with it?

For now, you will also have to contact me through my email above.
A feature to delete your own account by yourself is still work in progress.
Otherwise, if you do not mind a record of your username being left here, it should be easy to bulk delete all your uploads from the Dashboard anyway.

Privacy

What information is kept with uploads?

The uploader's IP address.

What information is kept with users?

Technically, none.
After all, not even an email address is required to register an account.
Anything will do as your usernames, and passwords are also encrypted.
If a registered user has not uploaded anything even once, then I will not even be able to associate it to any specific IP address.

Why do you need to keep my IP address?

Security purposes.
For instance, if it is necessary to purge uploads from a specific IP address due to abuse, it will help a lot to be able to find all uploads by that specific uploader.
My safe have been plagued by aplenty of abuse, so this policy will remain as long as the safe lives on.

Does the server have some sort of access logs?

Yes.
The logs contain each visitor's IP address.
This is required by our automated system, that checks logs in real time to detect and punish abuse, such as DDoS attempts, scanners, and so on.
Logs are rotated daily, and the server will only keep the last 10 logs.
So you can be reassured that the logs will only be kept for 10 days at most.
{% if config.cookiePolicy -%}

Cookies

We use cookies to offer you a better browsing experience and to analyze our traffic.
You consent to our cookies if you continue to use this website.
Details in our Cookie Policy.
{%- endif %}

I still have more unanswered questions!

{% include "_partial/floating-home.njk" %} {% endblock %}