intelops / website

This is the repo to manage all the website work, which is being developed using hugo framework.
https://intelops.ai
6 stars 20 forks source link

added redirect url for permanent redirect to new domain name #365

Closed devopstoday11 closed 2 months ago

stackblitz[bot] commented 2 months ago

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

dryrunsecurity[bot] commented 2 months ago

DryRun Security Summary

The provided code change in the netlify.toml file updates the domain name, sets up a permanent redirect from the old domain to the new domain, and implements various security headers to improve the overall security of the web application.

Expand for full summary
**Summary:** The provided code change in the `netlify.toml` file appears to be focused on updating the domain name and setting up a permanent redirect from the old domain `intelops.ai` to the new domain `capten.ai`. From an application security perspective, the changes are generally positive and improve the overall security of the application by enforcing secure connections, protecting against common web application vulnerabilities, and properly redirecting users to the new domain. The key security-related changes include the maintenance of the Strict-Transport-Security (HSTS) configuration, the implementation of the X-Frame-Options, X-XSS-Protection, and Referrer-Policy headers, as well as the setup of a permanent 301 redirect from the old domain to the new domain. These changes are considered best practices for web application security and help protect the application and its users against various types of attacks, such as clickjacking, cross-site scripting, and information leakage. **Files Changed:** - `netlify.toml`: This file has been updated to reflect the changes related to the domain name update and the implementation of various security headers. The changes include: - Maintaining the existing Strict-Transport-Security (HSTS) configuration to enforce HTTPS connections. - Setting the X-Frame-Options header to `DENY` to prevent the website from being embedded in an iframe on other websites. - Setting the X-XSS-Protection header to `1; mode=block` to enable the built-in Cross-Site Scripting (XSS) protection in modern web browsers. - Setting the Referrer-Policy header to `same-origin` to limit the amount of referrer information sent to other websites. - Implementing a permanent 301 redirect from the old domain `https://intelops-website-prod.netlify.app/` to the new domain `https://capten.ai/`.

Code Analysis

We ran 7 analyzers against 1 file and 0 analyzers had findings. 7 analyzers had no findings.

Riskiness

:green_circle: Risk threshold not exceeded.

View PR in the DryRun Dashboard.

netlify[bot] commented 2 months ago

Deploy Preview for intelops-website-nonprod ready!

Name Link
Latest commit 31f28b7d2a8b5e993fc56b06b0a44cb7d6795f96
Latest deploy log https://app.netlify.com/sites/intelops-website-nonprod/deploys/66909ecf3660b50008812a0d
Deploy Preview https://deploy-preview-365--intelops-website-nonprod.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] commented 2 months ago

Deploy Preview for intelops-website-prod ready!

Name Link
Latest commit
Latest deploy log https://app.netlify.com/sites/intelops-website-prod/deploys/6690a866cd41fdb6c0ef7416
Deploy Preview https://deploy-preview-365--intelops-website-prod.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.