mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-12-22 12:50:36 +01:00
Switch from .local to .localhost to simplify https setup
This commit is contained in:
parent
895f1a6f66
commit
692b4616e2
8
.vscode/tasks.json
vendored
8
.vscode/tasks.json
vendored
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user