Adding privacy policy.
This commit is contained in:
parent
58740c8562
commit
e3f50b2c33
21
lib/BurguillosInfo/Controller/Privacy.pm
Normal file
21
lib/BurguillosInfo/Controller/Privacy.pm
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
package BurguillosInfo::Controller::Privacy;
|
||||||
|
|
||||||
|
use v5.34.1;
|
||||||
|
|
||||||
|
use strict;
|
||||||
|
use warnings;
|
||||||
|
use utf8;
|
||||||
|
|
||||||
|
use Mojo::Base 'Mojolicious::Controller', '-signatures';
|
||||||
|
|
||||||
|
sub index($self) {
|
||||||
|
return $self->render(text => <<"EOF");
|
||||||
|
Esta aplicación no almacena datos que puedan identificar
|
||||||
|
de forma única a los usuarios.\r\n
|
||||||
|
Con fines analíticos y técnicos se almacenan la cantidad
|
||||||
|
de visitas a cada página.\r\n
|
||||||
|
Esta política puede cambiar en un futuro si se
|
||||||
|
requieren funcionalidades como registros.\r\n
|
||||||
|
EOF
|
||||||
|
}
|
||||||
|
1;
|
Loading…
Reference in New Issue
Block a user