Skip to content

Commit d84696d

Browse files
Merge branch 'main' into validate-plugin-schema
2 parents a21ed3a + a121bca commit d84696d

File tree

11 files changed

+5
-917
lines changed

11 files changed

+5
-917
lines changed

dev-proxy/ProxyEngine.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,11 @@ private void LoadHostNamesFromUrls()
291291
{
292292
foreach (var urlToWatch in _urlsToWatch)
293293
{
294+
if (urlToWatch.Exclude)
295+
{
296+
continue;
297+
}
298+
294299
// extract host from the URL
295300
string urlToWatchPattern = Regex.Unescape(urlToWatch.Url.ToString()).Replace(".*", "*");
296301
string hostToWatch;

samples/.gitignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

samples/img/devproxy.png

-6.83 KB
Binary file not shown.

samples/img/samples.png

-37.6 KB
Binary file not shown.

samples/index.html

Lines changed: 0 additions & 57 deletions
This file was deleted.

samples/nosdk.html

Lines changed: 0 additions & 224 deletions
This file was deleted.

samples/readme.md

Lines changed: 0 additions & 74 deletions
This file was deleted.

samples/scripts/setup.ps1

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)