diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-07-08 09:28:08 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-07-08 09:28:08 +0200 |
| commit | 3ba50b99d33085cee029f2190196a961e3f4f649 (patch) | |
| tree | 8a17ad80183b61c6ff9ae359fccd8296bb34e3a3 /Kernel | |
| parent | d218537836af849ada9b8ad6ef695e5340ee469b (diff) | |
MHR-36: Remove MUP with zup and param with oscc.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Kernel')
| -rw-r--r-- | Kernel/Sources/URL.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Kernel/Sources/URL.cxx b/Kernel/Sources/URL.cxx index 09935370..1a8f02cc 100644 --- a/Kernel/Sources/URL.cxx +++ b/Kernel/Sources/URL.cxx @@ -22,8 +22,8 @@ namespace Kernel /// @brief internal and reserved protocols by kernel. constexpr const Char* kURLProtocols[] = { "file", // Filesystem protocol - "mup", // Mahrouss update protocol - "param", // Mahrouss parameter protocol. + "zup", // Zeta update protocol + "oscc", // Open System Configuration Connectivity. }; constexpr const int kUrlOutSz = 1; //! such as: :// |
