Giter Site home page Giter Site logo

Comments (1)

willnode avatar willnode commented on July 19, 2024 1

This is a follow-up update.

As situation has been cooling down for weeks, so it's time to relax some rules regarding to firewall.

As of today, we have bring improvements to portal, especially the deployment feature. It is now possible to disable PHP execution and firewall, like this:

features:
- firewall: off
nginx:
  fastcgi: off

Unlike the past, we now allow all host turn off firewall explicitly, but with either condition is satisfied:

  • PHP execution turned off fastcgi: off, or
  • Using nested root public folder root: public_html/public

Why the conditions? We learn that most of attack is in websites with weak admin password and with application script files exposed to public root, like WordPress. So using nested root public folder root: public_html/public is essential to a website security, which is already been a common practice for modern frameworks like Laravel and all non-PHP apps running under Phusion Passenger. I believe static websites wouldn't cause much problem too so fastcgi: off is a viable alternative option to allow firewall turned off.

WordPress users may be affected the most, but I believe those who don't implement proper security also probably doesn't even know that they're under active firewall, as wordpress.org and other common APIs that required to run WordPress already on the whitelist.

On the side note, we have improved common functionalities like DNS and NGINX config checker, also added firewall check. And now you can also see deployment progress while it runs (no longer need to wait until it finished).

I will close this issue in later time, this issue isn't quite the right to post updates, actually.

from domcloud.

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.