Giter VIP home page Giter VIP logo

fire-hostadmin's People

Contributors

tg123 avatar

Watchers

 avatar

fire-hostadmin's Issues

HostAdmin now working in Chrome secondary accounts

What steps will reproduce the problem?
1. Create secondary accounts in Chrome
2. Start Chrome with that secondary account and install Host Admin
3. HostAdmin interface does not list any of the content from hosts file. 
HostAdmin in the default profile still see and it's able to make changes

What is the expected output? What do you see instead?

I expected HostAdmin to see hosts file content and be able to make changes

What version of the product are you using? On what operating system?

Win7 64x, Chrome Version 32.0.1700.68 beta-m


Original issue reported on code.google.com by [email protected] on 20 Dec 2013 at 8:04

host window goes blank/empty

Not sure why, but sometimes the window is just plain white with no entries in 
it. I hibernate my notebook daily so maybe it's related to that somehow? I 
don't use a lot of tabs, maybe 7-10 at most.

What steps will reproduce the problem?
1. not entirely sure.
2. maybe related to hibernate?
3.

What is the expected output? What do you see instead?

I see a blank white popup window instead of the list of hosts as normal

What version of the product are you using? On what operating system?

FF 34.0 on Windows 7


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 23 Dec 2014 at 8:05

Attachments:

Not considering comments

What steps will reproduce the problem?
1. Type a commented line with the form #<ip> <host name> (ie; #127.0.0.1 
localhost) using the host file comment format convention
2. Save
3. Check the list, you can see the commented host as a regular non-commented 
host.

What is the expected output? What do you see instead?
The commented host should be shown as disabled, or it should be hidden

What version of the product are you using? On what operating system?
HostAdmin v1.4.8 - Chrome v35 - MacOS X 10.9

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 4 Sep 2014 at 8:04

Doesn't actually edit /etc/hosts

What steps will reproduce the problem?
1. Install hostadmin
2. Try an edit
3. look at /etc/hosts

What is the expected output? What do you see instead?
/etc/hosts should be changed but it isn't.

What version of the product are you using? On what operating system?
1.3.3 on Linux

Please provide any additional information below.
I presume this is a permission issue but hostadmin fails to display an error.

Original issue reported on code.google.com by [email protected] on 14 Mar 2012 at 5:49

Hostadmin is blank. both, list and editor

What steps will reproduce the problem?
1. Use hostadmin..

What is the expected output? What do you see instead?
Show my hosts file, I see nothing instead

What version of the product are you using? On what operating system?
HostAdmin 1.4.8, Chrome Version 33.0.1750.58 m, Windows 7 x64

Please provide any additional information below.
HostAdmin worked for a VERY long time, until suddenly I noticed it stopped 
showing my host file. The editor is completely blank. The file permissions for 
my HOSTS file are correct. 

When I try to add content though the editor, there is a javascript error: 
Uncaught TypeError: Object #<HTMLEmbedElement> has no method 'set'

When I view the background page there is a javascript error:
Uncaught TypeError: Object #<HTMLEmbedElement> has no method 'time' 
chrome-extension://oklkidkfohahankieehkeenbillligdn/container/chrome/host_file_w
rapper.js:28

Original issue reported on code.google.com by [email protected] on 3 Feb 2014 at 6:25

bind ctrl-s to save

What steps will reproduce the problem?
1. open the editor
2. edit
3. hit CTRL-S on the keyboard

What is the expected output? What do you see instead?
I whould like to automatically save the file, but I see the "save as" operating 
system window

What version of the product are you using? On what operating system?
latest? on windows

Please provide any additional information below.
I don't really know the plain js version, but with jquery you can bind the 
CTRL-S with

$(document).keypress('s', function(e) {
  e && e.preventDefault();
  if (e.ctrlKey)
    console.log('you have typed CTRL-S');
});

Original issue reported on code.google.com by [email protected] on 25 Jul 2012 at 4:55

cannot swich to another hosts file

I'm not interested in editing "/etc/hosts" which is fine as it is, but in 
having custom hosts files that I can change easily & temporarily for tests.

It seems that this extension does not help for this purpose.

Original issue reported on code.google.com by [email protected] on 9 May 2015 at 11:44

Improved listing

As a more general Groups should probably be listed first. If one have several 
projects with many hostnames he should scroll down to reach the groups to be 
able to manage them. 

In addition, it would be a great option to be able to hide individual hosts 
while keeping the group listed in the menu. Currently, if I hide all hosts in a 
group, the whole group disappears. For hiding a whole group #hide can be added 
at the line with group definition

Original issue reported on code.google.com by [email protected] on 7 Aug 2013 at 6:17

hide_all_of_below 的功能

附件是基于r53的patch,只有几行代码的修改。

这个 功能的好处在于,可以将 http://code.google.com/p/smarthosts/ 
的内容写入 hosts 而不会让 hostadmin 的 pop menu 过于混乱庞杂。

Original issue reported on code.google.com by [email protected] on 30 Nov 2012 at 5:28

Attachments:

Feature request + patch (set hosts-file path in about:config)

Reason for this change is that I think that giving write access to world for 
/etc/hosts is bad. And I still want to use hostadmin functionality. 
I've already got my on resolver that reads different file from /etc/hosts for 
ip:s so this change gives me power to use/extend it from firefox.

the push("/etc/dns-extension/hosts"); is just an example how you can chain 
filepaths  

Added this to prefs.js
// defaults/preferences/prefs.js
pref("extensions.hostadmin.hostsfilepath", "default");

What version of the product are you using? On what operating system?
Linux 64bit ubuntu
firefox 4

Please provide any additional information below.

Changes: 
var file_name str -> array
check that file_name exists before using, fallbacks to the next value in the 
array

added extensions.hostadmin.hostsfilepath config options so that future file 
location changes do not have to be hardcoded 

ps. 
If you make that change I do not need any credit. It'll just ease my use of 
this add-on

Original issue reported on code.google.com by [email protected] on 26 Apr 2011 at 9:14

Attachments:

New update can't read my Host file in full

With the new upgrade, my host file is not fully visible in the Plugin. About 
50% of the groups are missing. They are visible when I Edit the host file, but 
not visible in the plug-in.

Here's a copy of my host file:

#==== Localhost
127.0.0.1   localhost #hide
255.255.255.255 broadcasthost #hide
::1             localhost #hide
fe80::1%lo0 localhost #hide
#====

#==== AutoAubaine.com
#66.171.161.19   autoaubaine.com #liorvm
#66.171.161.11   autoaubaine.com #liorvm
#66.171.161.6   autoaubaine.com #liorvm
#66.171.161.12   autoaubaine.com #liorvm
#66.171.161.13   autoaubaine.com #liorvm
#66.171.161.14   autoaubaine.com #liorvm
#66.171.161.15   autoaubaine.com #liorvm
#66.171.161.16   autoaubaine.com #liorvm
#66.171.161.17   autoaubaine.com #liorvm
66.171.161.10   autoaubaine.com #live
#====

#==== Fiche-technique.autoaubaine.com
#66.171.161.14  fiche-technique.autoaubaine.com #liorvm
66.171.161.10   fiche-technique.autoaubaine.com #live
#====

#==== MonAvis.ca
#209.44.100.177   MonAvis.ca
#66.171.161.24   MonAvis.ca 
66.171.161.15   MonAvis.ca 
#====

#==== AutoKMH.com
184.107.141.106  AutoKMH.com
#66.171.161.15    AutoKMH.com
#====

#==== www.AutoKMH.com
184.107.141.106 www.AutoKMH.com
#66.171.161.15    www.AutoKMH.com
#====


#==== Auto-Usagées.AutoKMH.com
184.107.141.106  auto-usagees.AutoKMH.com
#66.171.161.15    auto-usagees.AutoKMH.com
#====

#==== Admin.D2CMedia.ca
#66.171.161.16  Admin.D2CMedia.ca
#66.171.161.6   Admin.D2CMedia.ca
66.171.161.10   Admin.D2CMedia.ca #live
#66.171.161.11  Admin.D2CMedia.ca
#====

#==== used-cars.autoaubaine.com
66.171.161.10  used-cars.autoaubaine.com
#====

#==== www.Aubaine.com
#184.107.173.138 www.aubaine.ca
#66.171.161.15 www.aubaine.ca
#====

#==== browsecars.ca
207.115.102.9 browsecars.ca
#66.171.161.15  browsecars.ca
#====



Original issue reported on code.google.com by [email protected] on 4 Dec 2012 at 9:16

Host-admin not useful with proxies

If you're using a proxy, changes to the hosts file won't be visible when 
browsing with Firefox, as the proxy can't see the hosts file. It would be nice 
if HostAdmin would offer an option to automatically bypass proxies when it 
detects an entry in the hosts file.

Original issue reported on code.google.com by [email protected] on 13 Jun 2012 at 5:11

1.4.9 slows down and often freezes Firefox on Linux

What steps will reproduce the problem?
1. Open a website
2. Click a link

What is the expected output? What do you see instead?

I expect things to load normally, but instead my mouse cursor often freezes for 
10 seconds or more, the spinning loading indicator on the tab freezes, and the 
page does not load for up to 30 seconds in some cases.

What version of the product are you using? On what operating system?

I'm using 1.4.9 on Firefox 25 on Arch Linux.

Please provide any additional information below.

I disabled this extension only, and Firefox is back to normal. I downgraded the 
plugin to 1.4.8 and Firefox is back to normal.

Original issue reported on code.google.com by [email protected] on 3 Dec 2013 at 3:56

HostAdmin addon bar not working

What steps will reproduce the problem?
1. Clicking on the addon in the addon bar nothing happen and when you enter in 
a "hosted url" still you see "not in host"

What is the expected output? What do you see instead?
See the menu

What version of the product are you using? On what operating system?
Firefox 17.0.1
Windows 7 64bit

Please provide any additional information below.
The addon is working if you disable it from the addon manager, restart the 
browser and renable it.

Original issue reported on code.google.com by [email protected] on 7 Jan 2013 at 9:14

Hosts file presets

It will be great to add presets of hostfile changes.

Presets should include multiple hostnames/ip address combinations. The current 
interface is not effective in such situations. As the user should find each 
individual hostname and switch it to the correct ip address.

This can be useful switching between different environments (staging, 
production, etc), where each environment requires more than one hosts file 
change

Original issue reported on code.google.com by [email protected] on 7 Aug 2013 at 1:54

Firefox doesn't cache when open on new window

What steps will reproduce the problem?
1. Go to this 
http://www.w3schools.com/jsref/tryit.asp?filename=tryjsref_win_open2
2.Change the example into open this URL (instead of blank), submit.
3.Now you can test opening popup. Use firebug (Turn all for all web pages). 
Monitor the network and you will see that the static files are not cached as 
they should be in the new window.

OS: Windows 7. Firefox ESR 24.8.0


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 15 Sep 2014 at 10:00

不能识别hosts文件中的IPv6

What steps will reproduce the problem?
1.安装IPv6 Teredo隧道 http://felixcat.net/2010/04/install-teredo-ipv6/ 
2.下载ipv6 hosts文件,修改/etc/hosts 
3.Firefox正常访问www.v6.facebook.com,再也不会被墙了……
4.安装hostadmin,Firefox访问www.v6.facebook.com,hostadmin显示“Not in 
Hosts” 

What is the expected output? What do you see instead?
hostadmin显示“Not in Hosts” 。

What version of the product are you using? On what operating system?
Firefox 4.0 x64
Ubuntu 11.04 x64
我使用的是IPv4网络,安装的IPv6 Teredo隧道

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 14 Apr 2011 at 5:48

DNS issues on Firefox 36.0 beta1

What steps will reproduce the problem?
1. Upgrade to Firefox 36.0 beta 1

What is the expected output? What do you see instead?

Websites are charging very slowly due to a lot of DNS requests (as seen in a 
wireshark capture).

HostAdmin change these settings in prefs.js which seems to affect Firefox beta :
network.dnsCacheEntries : 0 (default 400)
network.dnsCacheExpiration : 0 (default 60)


If you reinitialize both values, browsing is OK.
But you need to deactivate HostAdmin, otherwise on the next reboot, both values 
will be set to 0.


What version of the product are you using? On what operating system?

HostAdmin 1.4.9.2
Firefox 36.0 beta1
Windows 7

Original issue reported on code.google.com by [email protected] on 21 Jan 2015 at 11:00

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.