Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deliver software contents locally to preserve privacy #1

Closed
anarcat opened this issue Mar 22, 2016 · 3 comments
Closed

deliver software contents locally to preserve privacy #1

anarcat opened this issue Mar 22, 2016 · 3 comments

Comments

@anarcat
Copy link

anarcat commented Mar 22, 2016

it should be possible, at least as an option, to deliver bootstrap content locally to preserve user's privacy. in the demo here, i need to load stuff from bootstrapcdn.com, ajax.googleapis.com and cloudflare.com.

@gsliepen
Copy link
Owner

On Tue, Mar 22, 2016 at 08:04:00AM -0700, anarcat wrote:

it should be possible, at least as an option, to deliver bootstrap content locally to preserve user's privacy. in the demo here, i need to load stuff from bootstrapcdn.com, ajax.googleapis.com and cloudflare.com.

You are right. I will add an option for that. I'm thinking of making a
plugin as well to provide some extra features. I could have that one
automatically download and install the latest CSS and JS files locally.
I should also add rel="noreferrer" to the links in the header to improve
the privacy even if the files are not delivered locally.

Met vriendelijke groet / with kind regards,
Guus Sliepen guus@tinc-vpn.org

@gsliepen
Copy link
Owner

If you enable the ikistrap plugin, you can set bootstrap_local: 1 in ikiwiki.setup.
This will expect all the required files in the css/, js/ and fonts/ directories.
If they are not there, they will be downloaded automatically.

@anarcat
Copy link
Author

anarcat commented Mar 28, 2016

great, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants