Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
derkork authored Oct 12, 2023
1 parent a792971 commit 0866c13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ _This library is still quite new and has not seen much use yet. While it works r

## What is Godot Safe Resource Loader?

Godot Safe Resource Loader is a small library that allows you to safely load `.tres` resource files from unknown sources without risking your users' security. It does this by scanning the resource file for embedded GDScripts before loading it, and then only loading the resource if no GDScripts are found. The main use case for this are savegame files. If you want to allow your users to share savegames, you can use this library to load them without risking that they contain malicious code.
Godot Safe Resource Loader is a small library that allows you to safely load `.tres` resource files from unknown sources without risking your player's security. It does this by scanning the resource file for embedded GDScripts before loading it, and then only loading the resource if no GDScripts are found. The main use case for this is to allow your users to share savegames and load them without risking that they contain malicious code.


## Installation
Expand Down Expand Up @@ -60,4 +60,4 @@ Using library is one way of doing this. You can also go all in and write a custo

### Why is the icon looking so hideous?

Because I'm a programmer, not a designer. If you want to contribute a better icon, a PR is always welcome.
Because I'm a programmer, not a designer. If you want to contribute a better icon, a PR is always welcome.

0 comments on commit 0866c13

Please sign in to comment.