Commit 82494d6
Add configuration options for secure server bundle management
Introduces two new configuration options to enhance server bundle path
resolution and security:
- server_bundle_output_path: Configurable directory for server bundle output
(defaults to "ssr-generated")
- enforce_secure_server_bundles: Optional security enforcement for server
bundle loading (defaults to false for backward compatibility)
These options work in conjunction with the existing bundle path resolution
improvements to provide better organization and security for server-side
rendering assets.
Features:
- Secure server bundle location configuration
- Backward compatibility maintained with sensible defaults
- Comprehensive documentation added to configuration guide
- Full parameter support in Configuration class initialization
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 2ea74d9 commit 82494d6
File tree
2 files changed
+18
-3
lines changed- docs/guides
- lib/react_on_rails
2 files changed
+18
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
132 | 142 | | |
133 | 143 | | |
134 | 144 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
56 | 58 | | |
57 | 59 | | |
58 | 60 | | |
| |||
68 | 70 | | |
69 | 71 | | |
70 | 72 | | |
71 | | - | |
| 73 | + | |
| 74 | + | |
72 | 75 | | |
73 | 76 | | |
74 | 77 | | |
| |||
85 | 88 | | |
86 | 89 | | |
87 | 90 | | |
88 | | - | |
| 91 | + | |
89 | 92 | | |
90 | 93 | | |
91 | 94 | | |
| |||
130 | 133 | | |
131 | 134 | | |
132 | 135 | | |
| 136 | + | |
| 137 | + | |
133 | 138 | | |
134 | 139 | | |
135 | 140 | | |
| |||
0 commit comments