Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mkg20001/redirect-dev-to-localhost

Redirect *://*.dev to http://*.localhost
https://github.com/mkg20001/redirect-dev-to-localhost

dev firefox firefox-webextension localhost redirect

Last synced: about 1 month ago
JSON representation

Redirect *://*.dev to http://*.localhost

Awesome Lists containing this project

README

        

# redirect-dev-to-localhost

This is an extension with one simple purpose: Turn `http(s)://*.dev` urls into `http://*.localhost` ones

## Whats the fuzz all about?

Google has bought `.dev` as part of it's 100+ shopping trip accross the vast landscape of unregistered gTLDs.

Aside from preventing others from registering domains on .dev, Google also forced HSTS preload for that domain.

Thus it became somewhat useless for development.

So, back to `.localhost`

This extension makes your life easier by simply redirecting `**://*.dev` domains to `http://*.localhost`