-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: unsafe eval in function constructor #35
- Loading branch information
1 parent
8986522
commit 00b3de6
Showing
15 changed files
with
338 additions
and
60 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{ | ||
"deno.enable": true, | ||
"typescript.tsdk": "node_modules/typescript/lib" | ||
"typescript.tsdk": "node_modules/typescript/lib", | ||
"god.tsconfig": "./tsconfig.json" | ||
} |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,111 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="stylesheet" href="https://cdn.concisecss.com/concise.min.css"> | ||
<link rel="stylesheet" href="https://cdn.concisecss.com/concise-ui/concise-ui.min.css"> | ||
<link rel="stylesheet" href="https://cdn.concisecss.com/concise-utils/concise-utils.min.css"> | ||
<title>Short Unique Id - Cookie Policy</title> | ||
</head> | ||
<body> | ||
<div container class="_mtxs _mbxs"> | ||
<div class="card-box _mbxs"> | ||
<div class="card-content"> | ||
<p class="content"> | ||
<a href="/">< Back</a> | ||
</p> | ||
</div> | ||
</div> | ||
<div class="card-box _mbxs"> | ||
<div class="card-content"> | ||
<h1 class="title _ts4">Cookie policy</h1> | ||
<h2 class="_ts2 _c-text-secondary">Understand how we use cookies.</h2> | ||
</div> | ||
</div> | ||
<div class="card-box _mbxs"> | ||
<div class="card-content"> | ||
<h3 class="title _ts3">What are cookies</h3> | ||
<p class="content"> | ||
As is common practice with almost all professional websites this site uses cookies, which | ||
are tiny files that are downloaded to your computer, to improve your experience. | ||
This page describes what information they gather, how we use it and why we sometimes need | ||
to store these cookies. We will also share how you can prevent these cookies from being | ||
stored however this may downgrade or "break" certain elements of the sites functionality. | ||
</p> | ||
</div> | ||
</div> | ||
<div class="card-box _mbxs"> | ||
<div class="card-content"> | ||
<h3 class="title _ts3">How we use cookies</h3> | ||
<p class="content"> | ||
We use cookies for a variety of reasons detailed below. Unfortunately in most cases there | ||
are no industry standard options for disabling cookies without completely disabling the | ||
functionality and features they add to this site. It is recommended that you leave on all | ||
cookies if you are not sure whether you need them or not in case they are used to provide | ||
a service that you use. | ||
</p> | ||
</div> | ||
</div> | ||
<div class="card-box _mbxs"> | ||
<div class="card-content"> | ||
<h3 class="title _ts3">Disabling cookies</h3> | ||
<p class="content"> | ||
You can prevent the setting of cookies by adjusting the settings on your browser | ||
(see your browser Help for how to do this). Be aware that disabling cookies will affect | ||
the functionality of this and many other websites that you visit. Disabling cookies will | ||
usually result in also disabling certain functionality and features of the this site. | ||
Therefore it is recommended that you do not disable cookies. | ||
</p> | ||
</div> | ||
</div> | ||
<div class="card-box _mbs"> | ||
<div class="card-content"> | ||
<h3 class="title _ts3 _mbs">The cookies we set</h3> | ||
<h4 class="_ts2">Site preference cookies</h4> | ||
<p class="content _mbs"> | ||
In order to provide you with a great experience on this site we provide the functionality | ||
to set your preferences for how this site runs when you use it. In order to remember your | ||
preferences we need to set cookies so that this information can be called whenever you | ||
interact with a page is affected by your preferences. | ||
</p> | ||
<h4 class="_ts2">Third party cookies</h4> | ||
<p class="content _mbs"> | ||
In some special cases we also use cookies provided by trusted third parties. | ||
The following section details which third party cookies you might encounter through this site. | ||
</p> | ||
<h4 class="_ts2">Google Analytics cookies</h4> | ||
<p class="content"> | ||
This site uses Google Analytics which is one of the most widespread and trusted analytics | ||
solutions on the web, as well as Hotjar in order to help us understand how you use the | ||
site and ways that we can improve your experience. These cookies may track things such as | ||
how long you spend on the site and the pages that you visit so we can continue to produce | ||
engaging content. | ||
</p> | ||
<p class="content"> | ||
For more information on Google Analytics cookies, see the official <a href="https://developers.google.com/analytics/devguides/collection/analyticsjs/cookie-usage">Google Analytics page</a>. | ||
</p> | ||
</div> | ||
</div> | ||
<div class="card-box _mbxs"> | ||
<div class="card-content"> | ||
<h3 class="title _ts3">More information</h3> | ||
<p class="content"> | ||
Hopefully that has clarified things for you and as was previously mentioned if there is | ||
something that you aren't sure whether you need or not it's usually safer to leave | ||
cookies enabled in case it does interact with one of the features you use on our site. | ||
However if you are still looking for more information then you can contact us via email | ||
at <a href="mailto:[email protected]">[email protected]</a>. | ||
</p> | ||
</div> | ||
</div> | ||
<div class="card-box _mbxs"> | ||
<div class="card-content"> | ||
<p class="content"> | ||
<a href="/">< Back</a> | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.