-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3b23ede
commit 735a52b
Showing
9 changed files
with
50 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
docs/main.76ce9815511532a2.js → docs/main.528272446034d854.js
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,43 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration> | ||
|
||
<system.webServer> | ||
<rewrite> | ||
<rules> | ||
<rule name="Angular Routes" stopProcessing="true"> | ||
<match url=".*" /> | ||
<conditions logicalGrouping="MatchAll"> | ||
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" /> | ||
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" /> | ||
</conditions> | ||
<action type="Rewrite" url="./index.html" /> | ||
</rule> | ||
</rules> | ||
</rewrite> | ||
<security> | ||
<requestFiltering> | ||
<fileExtensions> | ||
<add fileExtension=".svg" allowed="true" /> | ||
<add fileExtension=".woff" allowed="true" /> | ||
<add fileExtension=".woff2" allowed="true" /> | ||
</fileExtensions> | ||
</requestFiltering> | ||
</security> | ||
|
||
<httpProtocol> | ||
<customHeaders> | ||
<!-- <add name="X-Content-Type-Options" value="no-sniff"/> | ||
<add name="X-Frame-Options" value="SAMEORIGIN"/> | ||
<add name="X-Xss-Protection" value="1; mode=block"/> | ||
<add name="Strict-Transport-Security" value="max-age=31536000; includeSubDomains"/> --> | ||
</customHeaders> | ||
</httpProtocol> | ||
<httpRedirect enabled="false" destination="" /> | ||
</system.webServer> | ||
<system.webServer> | ||
<staticContent> | ||
<mimeMap fileExtension=".json" mimeType="application/json" /> | ||
<remove fileExtension=".woff"/> | ||
<mimeMap fileExtension=".woff" mimeType="application/font-woff" /> | ||
<mimeMap fileExtension=".woff2" mimeType="font/woff2" /> | ||
</staticContent> | ||
<rewrite> | ||
<rules> | ||
<rule name="Angular Routes" stopProcessing="true"> | ||
<match url=".*" /> | ||
<conditions logicalGrouping="MatchAll"> | ||
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" /> | ||
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" /> | ||
</conditions> | ||
<action type="Rewrite" url="/" /> | ||
</rule> | ||
</rules> | ||
</rewrite> | ||
<security> | ||
<requestFiltering> | ||
<fileExtensions> | ||
<add fileExtension=".svg" allowed="true" /> | ||
<add fileExtension=".woff" allowed="true" /> | ||
<add fileExtension=".woff2" allowed="true" /> | ||
</fileExtensions> | ||
</requestFiltering> | ||
</security> | ||
|
||
<httpProtocol> | ||
<customHeaders> | ||
<!-- <add name="X-Content-Type-Options" value="no-sniff"/> | ||
<add name="X-Frame-Options" value="SAMEORIGIN"/> | ||
<add name="X-Xss-Protection" value="1; mode=block"/> | ||
<add name="Strict-Transport-Security" value="max-age=31536000; includeSubDomains"/> --> | ||
</customHeaders> | ||
</httpProtocol> | ||
<httpRedirect enabled="false" destination="" /> | ||
</system.webServer> | ||
|
||
</configuration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters