Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 573 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 573 Bytes

N98_Guillotine

Maintenance Badge

A simple but useful module to disable frontend requests to implement a headless approach.

Installation

# Install module using composer
composer require n98/headless-guillotine

# Enable the module
bin/magento module:enable N98_Guillotine

# Upgrade Magento
bin/magento setup:upgrade

Configuration

To add or edit a whitelist entry, simply navigate to the system configuration and modify the patterns to match your needs:

Screenshot