+1
-1
@@ -35,7 +35,7 @@ env:
|
||||
# [DEBUG INFO WARN ERROR]
|
||||
value: "INFO"
|
||||
# uncomment the below values to use AUTO_INSTALL and not have to go through the setup process.
|
||||
# Once used to do the initial setup, these variables wont be used moving forward.
|
||||
# Once used to do the initial setup, these variables won't be used moving forward.
|
||||
# You must at a minimum comment AUTO_INSTALL after initial setup to prevent an error about the database already being initiated.
|
||||
# - name: AUTO_INSTALL
|
||||
# value: "true"
|
||||
|
||||
@@ -58,7 +58,7 @@ export function htmlRender(el: HTMLElement | null) {
|
||||
div.appendChild(table);
|
||||
});
|
||||
|
||||
// add rel nofollow for link not inlcludes domain
|
||||
// add rel nofollow for link not includes domain
|
||||
el.querySelectorAll('a').forEach((a) => {
|
||||
const base = window.location.origin;
|
||||
const targetUrl = new URL(a.href, base);
|
||||
|
||||
Reference in New Issue
Block a user