Saya menambahkan beberapa domain untuk memblokir ( 127.0.0.1 mydomain.com
) ke /etc/hosts
file saya dan karena alasan tertentu, Safari tampaknya mengabaikannya.
Saya telah mencoba:
- menonaktifkan ekstensi Safari,
- membersihkan cache (
sudo dscacheutil -flushcache
), - restart Safari dan Mac sama sekali.
Chrome menghargai /etc/hosts
perubahan, tetapi Safari tidak. Terlampir adalah contoh /etc/hosts
file saya .
Saya menjalankan Safari 6.0.4 dengan Mountain Lion 10.8.3
Ada ide?
##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting. Do not change this entry.
##
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost
fe80::1%lo0 localhost
127.0.0.1 facebook.com
www.
Ke awal URL. Facebook kemudian dapat mengarahkan browser keFacebook.com
. Coba tambahkanwww.facebook.com
ke file Anda dan lihat apakah itu berhasil.