@wcstack/router 1.26.0 → 1.27.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.ja.md +1 -1
- package/dist/index.esm.js +1 -1
- package/package.json +1 -1
package/README.ja.md
CHANGED
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
- 判定関数は `Promise<boolean>` を返すことも可能(非同期チェック対応)
|
|
168
168
|
- `<wcs-route>` の外に配置された `<wcs-guard-handler>` は無視される
|
|
169
169
|
- `<script type="module">` がない場合、`guardHandler` は設定されない
|
|
170
|
-
- **Content-Security-Policy 下では**、ガードスクリプトは `blob:` URL 経由で評価されるため `script-src blob:` が必要。ガードはインライン専用で、`<wcs-state>` のような `src=` 退避経路は存在しない。詳細は [docs/csp.md](../../docs/csp.md)
|
|
170
|
+
- **Content-Security-Policy 下では**、ガードスクリプトは `blob:` URL 経由で評価されるため `script-src blob:` が必要。ガードはインライン専用で、`<wcs-state>` のような `src=` 退避経路は存在しない。詳細は [docs/csp.ja.md](../../docs/csp.ja.md)
|
|
171
171
|
|
|
172
172
|
#### 型付きパラメータ
|
|
173
173
|
|
package/dist/index.esm.js
CHANGED
package/package.json
CHANGED