Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mkg20001/redirect-dev-to-localhost
- Owner: mkg20001
- Created: 2018-09-14T19:16:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-15T15:57:31.000Z (over 6 years ago)
- Last Synced: 2024-12-03T14:06:13.035Z (about 2 months ago)
- Topics: dev, firefox, firefox-webextension, localhost, redirect
- Language: JavaScript
- Homepage: https://addons.mozilla.org/de/firefox/addon/redirect-dev-to-localhost/
- Size: 46.9 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`