CSC/ECE 517 Fall 2016/M1654. Improve network security features: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
(Created page with "== M1654: Improve network security features for Servo (cookies and strict referrer policies) == Servo supports standard [HTTP cookies] and parts of the Referral-Policy web stand...")
 
Line 1: Line 1:
== M1654: Improve network security features for Servo (cookies and strict referrer policies) ==
== M1654: Improve network security features for Servo (cookies and strict referrer policies) ==


Servo supports standard [HTTP cookies] and parts of the Referral-Policy web standard. The project aims at increasing the security available to Servo browser users by implementing better and secure standards, and complete the missing parts of the existing implementations. The project involves adding "strict" version of existing
Servo supports standard [HTTP cookies] and parts of the Referral-Policy web standard. The project aims at increasing the security available to Servo browser users by implementing secure standards and complete the missing parts of the existing implementations. The project involves adding "strict" version of existing referrer policies.
 
 
 
== Introduction ==
 
----
 
=== Rust ===
Rust is a systems programming language developed and maintained by Mozilla. It is used as a multi-paradigm, compiled programming language for creating highly safe systems. Rust can be used for a variety of jobs including and not restricted to embedding into other languages, creating modular and optimized programs adhering to space-time constraints and can also be used to develop low-level code for writing device drivers.[https://doc.rust-lang.org/book/ title]
 
=== Servo ===

Revision as of 20:51, 28 October 2016

M1654: Improve network security features for Servo (cookies and strict referrer policies)

Servo supports standard [HTTP cookies] and parts of the Referral-Policy web standard. The project aims at increasing the security available to Servo browser users by implementing secure standards and complete the missing parts of the existing implementations. The project involves adding "strict" version of existing referrer policies.


Introduction


Rust

Rust is a systems programming language developed and maintained by Mozilla. It is used as a multi-paradigm, compiled programming language for creating highly safe systems. Rust can be used for a variety of jobs including and not restricted to embedding into other languages, creating modular and optimized programs adhering to space-time constraints and can also be used to develop low-level code for writing device drivers.title

Servo