commit
aa8f39da77
|
@ -0,0 +1,11 @@
|
|||
|
||||
root = true
|
||||
|
||||
[*]
|
||||
insert_final_newline = true
|
||||
end_of_line = lf
|
||||
|
||||
[*.{md}]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
charset = utf-8
|
16
COPYING
16
COPYING
|
@ -1,16 +0,0 @@
|
|||
NoScript - a Firefox extension for whitelist driven safe JavaScript execution
|
||||
Copyright (C) 2005-2021 Giorgio Maone <https://maone.net>
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
@ -0,0 +1,89 @@
|
|||
|
||||
<br>
|
||||
|
||||
<div align = center>
|
||||
|
||||
[![Badge License]][License]
|
||||
[![Badge Release]][Releases]
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
||||
[<img
|
||||
src = 'src/img/icon256.png'
|
||||
width = 120
|
||||
/>][Website]
|
||||
|
||||
# NoScript Security Suite
|
||||
|
||||
*Free Open Source Software providing* <br>
|
||||
*extra protection for various browsers.*
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
||||
[![Button Website]][Website]
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
||||
## Supported
|
||||
|
||||
<br>
|
||||
|
||||
![Badge Firefox]
|
||||
![Badge Chrome]
|
||||
![Badge Brave]
|
||||
|
||||
![Badge Android]
|
||||
![Badge Edge]
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
||||
## Security Reports
|
||||
|
||||
We strive to fix security sensitive issues in the shortest <br>
|
||||
time possible - hours ideally - while protecting users.
|
||||
|
||||
Please report privately to **[security@noscript.net]**
|
||||
|
||||
To ensure confidentiality and protect users, <br>
|
||||
please encrypt your report with this **PGP key**.
|
||||
|
||||
<br>
|
||||
|
||||
```
|
||||
3359 0391 70A3 CD9B 25CF 5A46 231A 83AF DA9C 2434
|
||||
```
|
||||
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
<!----------------------------------------------------------------------------->
|
||||
|
||||
[security@noscript.net]: mailto:security@noscript.net
|
||||
|
||||
[Releases]: https://github.com/hackademix/noscript/releases
|
||||
[Website]: https://noscript.net
|
||||
|
||||
[License]: LICENSE
|
||||
|
||||
|
||||
<!----------------------------------[ Badges ]--------------------------------->
|
||||
|
||||
[Badge Release]: https://img.shields.io/github/v/release/hackademix/noscript?style=for-the-badge&labelColor=569A31&color=407225&logoColor=white&logo=GitLFS
|
||||
[Badge License]: https://img.shields.io/badge/License-GPL3+-015d93.svg?style=for-the-badge&labelColor=blue&logoColor=white&logo=GNU
|
||||
|
||||
[Badge Firefox]: https://img.shields.io/badge/Firefox-e86434.svg?style=for-the-badge&logoColor=white&logo=FirefoxBrowser
|
||||
[Badge Android]: https://img.shields.io/badge/Android-2b9a5b.svg?style=for-the-badge&logoColor=white&logo=Android
|
||||
[Badge Chrome]: https://img.shields.io/badge/Chrome-4285F4.svg?style=for-the-badge&logoColor=white&logo=GoogleChrome
|
||||
[Badge Brave]: https://img.shields.io/badge/Brave-e84b28.svg?style=for-the-badge&logoColor=white&logo=Brave
|
||||
[Badge Edge]: https://img.shields.io/badge/Edge-0078D7.svg?style=for-the-badge&logoColor=white&logo=MicrosoftEdge
|
||||
|
||||
|
||||
<!---------------------------------[ Buttons ]--------------------------------->
|
||||
|
||||
[Button Website]: https://img.shields.io/badge/Website-d12027?style=for-the-badge&logoColor=white&logo=ONLYOFFICE
|
18
ReadMe.md
18
ReadMe.md
|
@ -1,18 +0,0 @@
|
|||
<!--
|
||||
Copyright (C) 2005-2021 Giorgio Maone <https://maone.net>
|
||||
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
-->
|
||||
|
||||
# NoScript Security Suite
|
||||
|
||||
The __NoScript Security Suite__ is Free Open Source Software (FOSS) providing extra protection for Firefox (on Android, too!), Chrome, Edge, Brave and other web browsers.
|
||||
|
||||
More information on [the NoScript web site](https://noscript.net)
|
||||
|
||||
#### Security reports
|
||||
|
||||
We strive to fix security sensitive issues in the shortest time possible (hours, ideally) while protecting users.
|
||||
If you've find one, please report privately at [security@noscript.net](mailto:security@noscript.net).
|
||||
To ensure confidentiality and protect users, please encrypt your report with this __PGP key__:
|
||||
3359 0391 70A3 CD9B 25CF 5A46 231A 83AF DA9C 2434.
|
2
src/nscl
2
src/nscl
|
@ -1 +1 @@
|
|||
Subproject commit 8dfe60f03b30c3f7526364ca38224b07676b7151
|
||||
Subproject commit b3fd54f17e394930cfd5801d0d5733290334f959
|
Loading…
Reference in New Issue