Update samy.ps1
This commit is contained in:
4
samy.ps1
4
samy.ps1
@@ -1019,8 +1019,8 @@ function Get-UIHtml {
|
||||
#
|
||||
# 3) Pull CSS/JS from Gitea and inline them
|
||||
#
|
||||
$cssContent = Get-RemoteText -Url "https://git.svstools.ca/SVS_Public_Repo/SAMY/raw/branch/main/samy.css?raw=1"
|
||||
$jsContent = Get-RemoteText -Url "https://git.svstools.ca/SVS_Public_Repo/SAMY/raw/branch/main/samy.js?raw=1"
|
||||
$cssContent = Get-RemoteText -Url "https://git.svstools.ca/SVS_Public_Repo/SAMY/raw/branch/beta/samy.css?raw=1"
|
||||
$jsContent = Get-RemoteText -Url "https://git.svstools.ca/SVS_Public_Repo/SAMY/raw/branch/beta/samy.js?raw=1"
|
||||
|
||||
#
|
||||
# 4) HTML template - **no external link/script src** anymore, all inlined
|
||||
|
||||
Reference in New Issue
Block a user