Switch from .local to .localhost to simplify https setup

This commit is contained in:
kkapsner 2020-03-14 11:05:02 +01:00
parent 895f1a6f66
commit 692b4616e2
1 changed files with 4 additions and 4 deletions

8
.vscode/tasks.json vendored
View File

@ -45,7 +45,7 @@
"-f", "-f",
"nightly", "nightly",
"--url", "--url",
"http://canvasblocker.local/test/" "http://canvasblocker.localhost/test/"
], ],
"presentation": { "presentation": {
"echo": true, "echo": true,
@ -70,7 +70,7 @@
"args": [ "args": [
"run", "run",
"--url", "--url",
"http://canvasblocker.local/test/" "http://canvasblocker.localhost/test/"
], ],
"presentation": { "presentation": {
"echo": true, "echo": true,
@ -97,7 +97,7 @@
"-f", "-f",
"firefox-esr", "firefox-esr",
"--url", "--url",
"http://canvasblocker.local/test/" "http://canvasblocker.localhost/test/"
], ],
"presentation": { "presentation": {
"echo": true, "echo": true,
@ -124,7 +124,7 @@
"-f", "-f",
"firefox-beta", "firefox-beta",
"--url", "--url",
"http://canvasblocker.local/test/" "http://canvasblocker.localhost/test/"
], ],
"presentation": { "presentation": {
"echo": true, "echo": true,