The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Only allow uploaded images to display
Hello,
I've just implemented SSL to my forums. However, inserting an external image to the post will defeat the purpose of the secured connection. My question is how can I allow only internal images (uploaded to attachments) to be displayed in the post without having to disable the IMG BB code? |
#2
|
||||
|
||||
You can add this meta tag in the head to block external images using http
HTML Code:
<meta http-equiv="Content-Security-Policy" content="block-all-mixed-content" />
|
Благодарность от: | ||
Rafa-el |
#3
|
|||
|
|||
Quote:
|
#4
|
||||
|
||||
External css and js files should be using https or they will not work anyway.
Only those using http will be blocked. And that will keep the ssl lock icon in the browser green even if you have mixed content. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|