We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 97fbee6 + a125664 commit fa59162Copy full SHA for fa59162
README.md
@@ -28,3 +28,8 @@ staticserver
28
29
### Golang array-templated string format
30
- ```{{index . 0}}{{index . 1}}{{index . 2}}....```
31
+
32
+### Warning(s)
33
+- The mime-type in Windows registry may be modified by other software causing wrong `Content-Type` in response, see issue(s)
34
+ - https://github.com/golang/go/issues/32350
35
+ - How to fix: `regedit` -> go to `Computer\HKEY_CLASSES_ROOT\.js` -> set `Content Type` to `application/javascript`
0 commit comments