Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Update or delete test-page.html? #30
Comments
pdehaan
changed the title from
Update or delete test-page.html
to
Update or delete test-page.html?
Dec 11, 2017
|
It would show as a |
|
deleted. |
gregglind
closed this
Dec 19, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pdehaan commentedDec 11, 2017
Steps to reproduce:
npm run firefoxActual results:
I don't see any substitutions or anything happening.
Not sure if it isn't working w/ latest changes, or maybe I'm using it wrong.
I'm guessing it isn't working because "chrome://" isn't on the allowed protocols list, but not sure how else to use the test page apart from serving it up using
python -m SimpleHTTPServeror something similar.