Code Monkey home page Code Monkey logo

Comments (5)

flossels avatar flossels commented on June 2, 2024

Hi Michael,

thanks for your request and your interest in our extension.
I am a bit confused, so I would suggest that we meet in TYPO3 Slack and figure out, what is going wrong. Would you agree?

from typo3-secure-downloads.

michaelof avatar michaelof commented on June 2, 2024

Hi Florian,

thanks for your answer and your very helpful offer. I promise to do everything not to overstress your valuable time!

Just signed up for TYPO3 slack, never used before, asked all my questions in German TYPO3 mailing list before. I'll try to contact you directly in slack, let's see if it works :)

from typo3-secure-downloads.

Gitsko avatar Gitsko commented on June 2, 2024

I have the same problem, i have a file storage and there is no public,. Can i use secure download with this storage ?

Can i use a absolute path ?

from typo3-secure-downloads.

michaelof avatar michaelof commented on June 2, 2024

@florianwessels Tried to answer to your questions and recommendations on slack a while ago, but never got a response from you, anymore?

from typo3-secure-downloads.

anoymouserver avatar anoymouserver commented on June 2, 2024

I solved the issue with the direct access by adding a .htaccess inside my fileadmin/ containing the same filter as basic.securedFiletypes:

## Deny direct access to certain files
#<FilesMatch "\.(?i:<list of basic.securedFiletypes>)$">
<FilesMatch "\.(?i:pdf|odt|pptx?|docx?|xlsx?|zip|rar|tgz|tar|gz|ppsx?|7z)$">
    Require all denied
</FilesMatch>

from typo3-secure-downloads.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.