Security Report Summary
C
Site: https://www.uvic.ca/ecs/mechanical/current/graduate/ta-positions/index.php?utm_medium=redirect&utm_source=/engineering/mechanical/current/graduate/ta-positions/index.php&utm_campaign=redirect-usage
IP Address: 2607:f8f0:c10::100
Report Time: 25 Apr 2024 22:22:37 UTC
Headers:
  • X-Content-Type-Options
  • Referrer-Policy
  • Strict-Transport-Security
  • Content-Security-Policy
  • X-Frame-Options
  • Permissions-Policy
Advanced:
Not bad… Maybe you should perform a deeper security analysis of your website and APIs:
Missing Headers
Content-Security-PolicyContent Security Policy is an effective measure to protect your site from XSS attacks. By whitelisting sources of approved content, you can prevent the browser from loading malicious assets.
X-Frame-OptionsX-Frame-Options tells the browser whether you want to allow your site to be framed or not. By preventing a browser from framing your site you can defend against attacks like clickjacking. Recommended value "X-Frame-Options: SAMEORIGIN".
Permissions-PolicyPermissions Policy is a new header that allows a site to control which features and APIs can be used in the browser.
Raw Headers
HTTP/1.1200 OK
DateThu, 25 Apr 2024 22:22:37 GMT
ExpiresThu, 19 Nov 1981 08:52:00 GMT
Cache-Controlno-store, no-cache, must-revalidate
Pragmano-cache
Set-CookiePHPSESSID=gndshpmn50lsruo8l8j3j137lu; path=/; secure; HttpOnly; SameSite=Lax
Set-Cookieuvic_bar=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/; domain=.uvic.ca; secure; HttpOnly
X-XSS-Protection1; mode=block
X-Content-Type-Optionsnosniff
Referrer-Policystrict-origin-when-cross-origin
VaryAccept-Encoding,User-Agent
Content-Encodinggzip
Feature-Policyaccelerometer 'none'; camera 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; payment 'none'; usb 'none'
Content-Length8782
Content-Typetext/html; charset=UTF-8
Set-Cookiewww_def=!+nlhaedOVcWt9hdbG8l5AiARH5RAdUyoobLxzABOZfgIGyY82eVQQmQyd7/C5HtZmzl8HjOlgZ1Kzpk=; path=/; Httponly; Secure
Strict-Transport-Securitymax-age=16070400
Set-CookieTS018b3cbd=0183e075346ddce295284bd62a3bc971d56045ff87cffd0784b21ca92b0562ff907bb862db9f4faea0aada2bd276ea6589447efa42dc3121dcd50492ae68f41102ceee62af44a6094f1783723b1fd594886b660ec0; Path=/; Secure; HTTPOnly
Set-CookieTS0165a077=0183e07534e180b01409d7ac7e3cb11aa740e12cdfcffd0784b21ca92b0562ff907bb862dbeca8196ea7948ee11d7cb91ed9e8cfff59a57fcccdd862e9b8d427dfade7a94e; path=/; domain=.uvic.ca; HTTPonly; Secure
Upcoming Headers
Cross-Origin-Embedder-PolicyCross-Origin Embedder Policy allows a site to prevent assets being loaded that do not grant permission to load them via CORS or CORP.
Cross-Origin-Opener-PolicyCross-Origin Opener Policy allows a site to opt-in to Cross-Origin Isolation in the browser.
Cross-Origin-Resource-PolicyCross-Origin Resource Policy allows a resource owner to specify who can load the resource.
Additional Information
Set-CookieThere is no Cookie Prefix on this cookie.
X-XSS-ProtectionX-XSS-Protection sets the configuration for the XSS Auditor built into older browsers. The recommended value was "X-XSS-Protection: 1; mode=block" but you should now look at Content Security Policy instead.
X-Content-Type-OptionsX-Content-Type-Options stops a browser from trying to MIME-sniff the content type and forces it to stick with the declared content-type. The only valid value for this header is "X-Content-Type-Options: nosniff".
Referrer-PolicyReferrer Policy is a new header that allows a site to control how much information the browser includes with navigations away from a document and should be set by all sites.
Feature-PolicyFeature Policy has been renamed to Permissions Policy, see the details here.
Strict-Transport-SecurityHTTP Strict Transport Security is an excellent feature to support on your site and strengthens your implementation of TLS by getting the User Agent to enforce the use of HTTPS.