-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
. #2
Merged
Merged
. #2
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Akama Aka <akama.aka@akami-solutions.cc>
Signed-off-by: Akama Aka <akama.aka@akami-solutions.cc>
Signed-off-by: Akama Aka <akama.aka@akami-solutions.cc>
Signed-off-by: Akama Aka <akama.aka@akami-solutions.cc>
Added request-id Support for: * Oracle Cloud * MS Azure * Google Cloud Signed-off-by: Akama Aka <akama.aka@akami-solutions.cc>
Signed-off-by: Akama Aka <akama.aka@akami-solutions.cc>
Default headers have been added to the server response. The "Content-Type" and "Cache-Control" headers have also been updated in the server responses for CSS, fonts, and JavaScript files. The "Cache-Control" values have been changed to 'public' and the max-age increased, to optimize the caching strategy. Signed-off-by: Akama Aka <akama.aka@akami-solutions.cc>
This commit updates the server.js to improve the way it retrieves request IPs and IDs. Instead of fetching this information in several lines of code across the functions, the refactor adopts a more efficient, streamlined approach by assigning these values to variables and reusing them. This change reduces code redundancy and enhances readability. Signed-off-by: Akama Aka <akama.aka@akami-solutions.cc>
The error page labels in our HTML files have been updated. The text "CloudFlare Ray" was replaced with "Request ID" to better reflect the information actually displayed. This change is relevant in multiple error instances across the site. Signed-off-by: Akama Aka <akama.aka@akami-solutions.cc>
A new file named lang.json has been created to store error descriptions in different languages. The descriptions cover a range of HTTP status codes and other common errors. This will help in conveying clear error messages to users, enhancing the user's understanding of any issues encountered. Currently, the languages supported are English, German (Germany), and German (Austria). Signed-off-by: Akama Aka <akama.aka@akami-solutions.cc>
The Dutch language has been included in the lang.json file for each error message. These messages help users understand technical problems that may occur on the website. Providing these explanations in Dutch will make our website more accessible to Dutch-speaking users. Signed-off-by: Akama Aka <akama.aka@akami-solutions.cc>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.