We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
【5.1】WebサイトURLの書式チェックが行われていません【システム基本設定>WebサイトURL】
WebサイトURLにhttpsを消しても保存ができてしまいます。
baserCMS version : 5.0.9-dev
The text was updated successfully, but these errors were encountered:
@HungDV2022 こちら、スクリーンショットが違うようですが、【システム基本設定>WebサイトURL】にURL形式のバリデーションの追加をお願いします。 スラッシュから始まるURLは許容せず、http、https のみ許容するようにお願いします。 SiteConfigs::validationKeyValue() で実装してください。
Sorry, something went wrong.
fix baserproject#3154 【5.1】WebサイトURLの書式チェックが行われていません【システム基本設定>WebサイトURL】
c071154
fix #3154 【5.1】WebサイトURLの書式チェックが行われていません【システム基本設定>WebサイトURL】 (#3157)
3f42aab
Co-authored-by: Đỗ Văn Hùng <[email protected]>
@matsunaga-y こちらのコミットで改善しました。 #3157
HungDV2022
No branches or pull requests
概要
【5.1】WebサイトURLの書式チェックが行われていません【システム基本設定>WebサイトURL】
WebサイトURLにhttpsを消しても保存ができてしまいます。
baserCMS version : 5.0.9-dev
TODO
備考
The text was updated successfully, but these errors were encountered: