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
helpers\View: Ensure makeBaseUrl returns absolute URI
This is required by both uses:
- RSS controller: RSS feeds are supposed to contain absolute paths
- Session: Cookies depend on URI scheme and host
If `base_url` was configured to an absolute path reference, not an absolute URI,
those would fail.
0 commit comments