A one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Bug: unable to print if url contains the word "localhost" in any location
resulting in the "about:blank", no output path
example: http://nonlocalhoster.com would be changed to http://nonhost.docker.internaler.com
proposed:
change localhost matching for local dev environments from a url string match to more specific regex that matches host property.
Bug: unable to print if url contains the word "localhost" in any location resulting in the "about:blank", no output path example:
http://nonlocalhoster.com
would be changed tohttp://nonhost.docker.internaler.com
proposed: change localhost matching for local dev environments from a url string match to more specific regex that matches host property.