Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to enable location in chrome for a local domain.test site

I am running a laravel project with this domain http://dfood.test/ in my locally. When I was trying to try location, I see Crhome blocked it.

See this image please enter image description here

How can I enable it?

Many thanks.

like image 778
Hkm Sadek Avatar asked Sep 08 '25 01:09

Hkm Sadek


1 Answers

Accessing location is allowed in https only. But it's allowed for domains such as '.localhost' or '.example'.

like image 126
Olim Saidov Avatar answered Sep 10 '25 11:09

Olim Saidov