Make JavaScript work with LibreJS #1213
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "librejs"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Deploy preview for privacytools-io ready!
Built with commit
2a478ded0f
https://deploy-preview-1213--privacytools-io.netlify.com
@ -34,0 +44,4 @@
g.defer = true;
g.src = u + "matomo.js";
s.parentNode.insertBefore(g, s);
})();
Doesn't matter too much but could we make this a bit more readable?
@ -77,0 +77,4 @@
</a>
<p class="mt-2">
<strong>No Ads, No Google Analytics, No Affiliates, No Cross-Site Requests.</strong>
<em>privacytools.io is a socially motivated website that provides information for protecting your data security and privacy. Never trust any company with your privacy, always encrypt.</em>
Could we add a slight space here?
<br />
I'm thinking for the creativecommons links we could use
https://
Super cool!
LGTM!
LGTM
LGTM, I guess, but I would like to have @JonahAragon to check it
Uhh... YOLO, right? I don't see why this shouldn't work.
Have you removed all the inline JS in this PR? We could probably update the CSP too.
Well… I only found this in
scripts.html
and LibreJS does not inform meabout other stuff. So probably, yes.