You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| hash | `callback` | will lead to the hashing logic |
92
92
| integrity | `callback` | use it to setoption `'integrity' => null,` |
93
+
| digest | `'sha384'` | Cryptographic digest to be used for SRI hashes either `'sha256'`, `'sha384'` or `'sha512'`. |
93
94
| https | `true` | boolean value or callback to force *https* scheme on all but localhost enviroments. |
94
95
| query | `true` or `string` or `callback` | `myfile.js?v={HASH}`, `myfile.{HASH}.js` or loaded from manifest file |
95
96
@@ -106,7 +107,7 @@ This is the default since it works without additional changes to your server but
106
107
107
108
If you disable the query option you also also need to add apache or nginx rules. These rules will redirect css and js files from with hash to the asset on disk.
108
109
109
-
**.htaccess**– put this directly after the `RewriteBase` statment
110
+
**.htaccess**- put this directly after the `RewriteBase` statment
0 commit comments