Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: "Mel Smith" Newsgroups: comp.lang.javascript Subject: Re: Firefox external script files question Date: Mon, 26 Dec 2016 16:01:02 -0700 Lines: 31 Message-ID: References: <270dc0e3-ecd1-4965-acd9-c2a2921f393f@googlegroups.com> X-Trace: individual.net 4Eftrkr0Svwj4kPb9c5+IgmSeFCdvdbsSUld+kkDdCX4vBLV7G Cancel-Lock: sha1:kU1Wl/+jnGajIOZ58k1isH8r3Ss= X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5931 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 Xref: csiph.com comp.lang.javascript:31992 Michael said: > You're on Windows... Use IIS and save yourself this drama (or an IDE that > creates an http://localhost:xxxx url for you) > > The "problem" is due to new security constraints in some browsers that > treat file system paths as different domains. > > 1. Enable IIS > > 2. Create a new local website: > > 2a. I suggest using your login credentials for the website binding to > avoid filesystem access errors > 2b. I also suggest the url format be of a form without a TLD: > > 3. copy the url you created and put it in your hosts file: > and point the IP address to > 127.0.0.1 > 4. Profit. Your webpage can now run like a normal one on the interwebs. Hi Michael: Because I'm running / testing corrctly now, I'll leave your detailed suggestions until life settld down a bit. Thank you. -Mel