Issue #1102 - Disable <meta http-equiv=set-cookie>

Create a new pref 'dom.meta-set-cookie.enabled' which is set to 'false', disabling http-equiv meta cookies.
This commit is contained in:
Gaming4JC 2019-05-24 20:14:44 -04:00 committed by Roy Tam
commit 4ab1401ee6
30 changed files with 32 additions and 17 deletions

View file

@ -1,7 +1,6 @@
<!DOCTYPE HTML>
<html>
<head>
<META HTTP-EQUIV="Set-Cookie" CONTENT="meta=tag">
<script type="text/javascript">
document.cookie = "can=has";