Skip to content

Commit

Permalink
do not execute if SecurityLevel header is External
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolat committed Apr 3, 2023
1 parent dc5d3a0 commit 787453d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .gitattributes

This file was deleted.

1 change: 1 addition & 0 deletions main.azr
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ array _customrequest(dict ref)
&& REQ["FUNC"] != "load"
&& REQ["FUNC"] != "unload"
&& REQ["FUNC"] != "_customrequest"
&& REQ["SECURITYLEVEL"] != "External" && REQ["SECURITYLEVEL"] != "external"
) {
// モジュールロード
if(_strstr(REQ["FUNC"] , ".") > -1){
Expand Down

0 comments on commit 787453d

Please sign in to comment.