Edge browser hosts file

Hello, does anyone know how edge resolves the addresses?

Context: for development purposes, I configured local aliases in hosts file (127.0.0.1 <workalias>) so I can simulate different servers (in clear, IIS sites).

I can test with IE 11 & Chrome, they correctly read the hosts file and let me browse my websites.

Edge just never finds <workalias>. Where does Edge find its configuration?

Regards,

Fauberon

-------

Fauberon,

Well it is hard for me to tell why Microsoft Edge don‘t look up the hosts files like the other browser.

Microsoft Edge actually is a built-in Universal Windows app, this fundamentally changes the process model, so that both the outer manager process, and the assorted content processes, all live within app container sandboxes.

As hosts file is considered as the important system file, I suspect there should be some limitation for the apps to access it.

More information, please check: Microsoft Edge: Building a safer browser

And New Microsoft Edge and IE blog site: http://blogs.windows.com/msedgedev/

Regards



Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

from: https://social.technet.microsoft.com/Forums/en-US/246298d8-52c1-4440-8d7f-05329d50e653/edge-browser-hosts-file?forum=win10itprogeneral

时间: 2024-09-29 19:42:39

Edge browser hosts file的相关文章

通过命令获取/etc/hosts文件的权限对应的数字

命令获取/etc/hosts文件的权限对应的数字 第一步 查看文件的权限 [[email protected] ~]# stat /etc/hosts File: `/etc/hosts' Size: 158         Blocks:8          IO Block: 4096   regular file Device: 803h/2051d   Inode: 915740      Links: 2 Access:(0644/-rw-r--r--)  Uid: (    0/  

Win7 默认hosts文件

# Copyright (c) 1993-2009 Microsoft Corp. # # This is a sample HOSTS file used by Microsoft TCP/IP for Windows. # # This file contains the mappings of IP addresses to host names. Each # entry should be kept on an individual line. The IP address shoul

非常全面的讲解Hosts文件

很奇怪有很多人不知道Hosts是什么东西.在网络病毒日渐盛行的今天,认识Hosts其实是很有用的,因为有好多的网页木马都盯上了这个文件,而在很多时候,您只需打开这个文件做一个小小的修改,就完全可以解决您认为非常困难的问题. 1.Hosts文件所在地址 Vista.Xp和2000和2003等系统:在C:\windows\system32\drivers\etc文件夹中. Windows 9x和Me系统:在C:\Windows文件夹中. 2.打开方法 该文件其实是一个纯文本的文件,用普通的文本编辑软

更新hosts的python脚本

#!/usr/bin/env python # -*- coding:utf-8 -*- #author:mrsimple import sys import urllib import os from shutil import copyfile HOSTS_URL='https://smarthosts.googlecode.com/svn/trunk/hosts' LOCAL_HOSTS='/etc/hosts' def update(): """update host

如何取得/etc/hosts文件的权限对应的数字内容,如-rw-r--r--为644,要求使用命令取得644这样的数字。

如何取得/etc/hosts文件的权限对应的数字内容,如-rw-r--r--为644,要求使用命令取得644这样的数字. 解答: [[email protected] ~]# stat /etc/hosts File: `/etc/hosts' Size: 216                                         Blocks:8          IO Block: 4096   regular file Device: 803h/2051d           

hosts 文件

使用sublime打开该文件,按照规定的格式修改,修改完成之后,保存该文件到桌面上,关闭sublime中的这个hosts文件,然后把桌面上的hosts文件覆盖掉这个etc下的hosts文件,即可生效. 关键: 一定要有覆盖这一步,会用到管理员权限,同意即可. 这个方法可以将一些病毒的网站添加为127.0.0.1等,可以不打开他们,或者是一些实在没有办法绑架的网站,就可以用这个方法. 在hosts文件中看到的#是注释的语法,即将该行注释掉.如下: # Copyright (c) 1993-2009

Windows hosts文件内容示例

# Copyright (c) 1993-1999 Microsoft Corp. # # This is a sample HOSTS file used by Microsoft TCP/IP for Windows. # # This file contains the mappings of IP addresses to host names. Each # entry should be kept on an individual line. The IP address shoul

IE10、IE11和Microsoft Edge的Hack

IE10.IE11和Microsoft Edge的Hack 随着Win10的推广,Microsoft Edge浏览器已经越来越普遍,但是IE11也是伴随其中,尾大不掉. 首先,了解一下概念,如下图:微软Edge浏览器和EdgeHTML是两种不同的东西.Edge是一款浏览器,而EdgeHTML是渲染引擎,用于处理和渲染网页元素.既然二者有本质区别,他们的更新版本也就完全不同.如果有网站依赖于引擎版本号,而非浏览器版本,就可能引起网站错误. 下面就介绍一下IE10.IE11和Microsoft Ed

C盘hosts

# Copyright (c) 1993-2009 Microsoft Corp. # # This is a sample HOSTS file used by Microsoft TCP/IP for Windows. # # This file contains the mappings of IP addresses to host names. Each # entry should be kept on an individual line. The IP address shoul