innhold/custom/data/.htaccess
Ruben a7829982d0 Add petition map to medical cannabis petition page
Add anonymous SVG icon for anonymous signers

Add Norway fylker GeoJSON for map boundaries

Add CSS styles for petition map

Add JavaScript for interactive petition map

Add .htaccess to block direct access to data files

Add petition-map plugin to process and display map data

Add documentation for the petition-map plugin

Add mock petition data generator tool
2026-02-25 23:11:35 +01:00

6 lines
105 B
ApacheConf

# Deny direct web access to all data files
<Files "*">
Require all denied
</Files>
Options -Indexes